Skip to content

Commit

Permalink
ci: do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Feb 12, 2025
1 parent fae130a commit fae1266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
# Emit backtraces on panics.
RUST_BACKTRACE: 1
strategy:
fail-fast: false
matrix:
build: [linux-gnu, linux-musl, linux-arm-gnueabihf, macos, win-msvc, win-gnu, win32-msvc]
include:
Expand Down

0 comments on commit fae1266

Please sign in to comment.