Skip to content

Commit

Permalink
Merge pull request #293 from wcampbell0x2a/ci-use-strategy-fail-fast-…
Browse files Browse the repository at this point in the history
…false

ci: Use strategy fail-fast: false
  • Loading branch information
wcampbell0x2a authored Oct 24, 2023
2 parents 42901a1 + cd3202b commit e49009e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
env:
RUSTFLAGS: "-C target-feature=+crt-static"
strategy:
# By default, this is set to `true`, which means that a single CI job
# failure will cause all outstanding jobs to be canceled. This slows down
# development because it means that errors need to be encountered and
# fixed one at a time.
fail-fast: false
matrix:
target:
- x86_64-unknown-linux-musl
Expand Down

0 comments on commit e49009e

Please sign in to comment.