Skip to content

Commit

Permalink
ci(macos): add --no-fail-fast to macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Oct 9, 2024
1 parent d011db9 commit 86585f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
export RUST_BACKTRACE=1
export TEST_GIT=$(which git)
export TEST_GIT_EXEC_PATH=$("$TEST_GIT" --exec-path)
cargo test --workspace
cargo test --workspace --no-fail-fast

0 comments on commit 86585f7

Please sign in to comment.