Skip to content

Commit

Permalink
Do not fail-fast on test-tutorials
Browse files Browse the repository at this point in the history
It is possible during release for local to work and cratesio to fail
  • Loading branch information
sffc authored Sep 22, 2023
1 parent 4cdc4bf commit 403d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
strategy:
matrix:
behavior: [local, cratesio]
fail-fast: true
fail-fast: false
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 403d854

Please sign in to comment.