Skip to content

Commit 2d56986

Browse files
author
Nick Seagull
committed
Typo
1 parent 382115e commit 2d56986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: nix-shell --run "cabal update"
3838

3939
- name: Build the project
40-
run: nix-shell --run "cabal build"
40+
run: nix-shell --run "cabal build all"
4141

4242
- name: Run core tests
4343
run: nix-shell --run "cabal test core"

0 commit comments

Comments
 (0)