Skip to content

Commit 2429c91

Browse files
committed
wip: add --no-fail-fast to macos.yml
1 parent d011db9 commit 2429c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
export RUST_BACKTRACE=1
4343
export TEST_GIT=$(which git)
4444
export TEST_GIT_EXEC_PATH=$("$TEST_GIT" --exec-path)
45-
cargo test --workspace
45+
cargo test --workspace --no-fail-fast

0 commit comments

Comments
 (0)