Skip to content

Commit

Permalink
run parallel job builds independantly
Browse files Browse the repository at this point in the history
  • Loading branch information
zck committed Jun 2, 2023
1 parent 85e2ebb commit 3aafaba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -6,6 +6,8 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
# continue running other jobs in the matrix when one fails
fail-fast: false
matrix:
racket-variant: ["BC", "CS"]
# There is no "allow failures" option for GitHub Actions, but we test on
Expand Down

0 comments on commit 3aafaba

Please sign in to comment.