Skip to content

Commit

Permalink
Remove the newstack stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 16, 2023
1 parent 7db7172 commit 95999d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ jobs:
shell: bash
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 --version
stack test --fast --no-terminal --resolver=${{ matrix.resolver }}

0 comments on commit 95999d5

Please sign in to comment.