We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382115e commit 2d56986Copy full SHA for 2d56986
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
run: nix-shell --run "cabal update"
38
39
- name: Build the project
40
- run: nix-shell --run "cabal build"
+ run: nix-shell --run "cabal build all"
41
42
- name: Run core tests
43
run: nix-shell --run "cabal test core"
0 commit comments