Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Seagull committed Mar 9, 2025
1 parent 382115e commit 2d56986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: nix-shell --run "cabal update"

- name: Build the project
run: nix-shell --run "cabal build"
run: nix-shell --run "cabal build all"

- name: Run core tests
run: nix-shell --run "cabal test core"
Expand Down

0 comments on commit 2d56986

Please sign in to comment.