Skip to content

Commit

Permalink
wrk: pass no-nix to stack
Browse files Browse the repository at this point in the history
  • Loading branch information
doyougnu committed Oct 31, 2024
1 parent 448bc1a commit ba8b60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:

- name: Build
run: |
stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks --no-nix
- name: Test
run: |
stack test --system-ghc
stack test --system-ghc --no-nix

0 comments on commit ba8b60e

Please sign in to comment.