Skip to content

Commit

Permalink
run tests sequentially in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Oct 25, 2023
1 parent fba640f commit 105bba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: nix develop --command make typecheck
- name: Test
if: success() || failure()
run: nix develop --command make test
run: nix develop --command make test-seq
- name: Lint
if: success() || failure()
run: nix develop --command make lintcheck
Expand Down

0 comments on commit 105bba7

Please sign in to comment.