Skip to content

Commit

Permalink
Don't use newstack
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 8, 2023
1 parent 2d1f946 commit dc7c5d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
set -ex
mkdir -p ../_newstack
stack upgrade --force-download --local-bin-path ../_newstack
../_newstack/stack --version
../_newstack/stack test --fast --no-terminal --resolver=${{ matrix.resolver }}
#stack upgrade --force-download --local-bin-path ../_newstack
#../_newstack/stack --version
#../_newstack/stack test --fast --no-terminal --resolver=${{ matrix.resolver }}
stack test --fast --no-terminal --resolver=${{ matrix.resolver }}

0 comments on commit dc7c5d2

Please sign in to comment.