We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df488d1 commit 8328472Copy full SHA for 8328472
1 file changed
.github/workflows/ci.yml
@@ -152,8 +152,8 @@ jobs:
152
153
- name: Build
154
run: |
155
- stack build --stack-yaml ${{matrix.yaml}} --system-ghc --test --bench --no-run-tests --no-run-benchmarks
+ stack build --stack-yaml ${{matrix.yaml}} --no-nix --system-ghc --test --bench --no-run-tests --no-run-benchmarks
156
157
- name: Test
158
159
- stack test --stack-yaml ${{matrix.yaml}} --system-ghc --test-arguments --print
+ stack test --stack-yaml ${{matrix.yaml}} --no-nix --system-ghc --test-arguments --print
0 commit comments