We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-fail-fast
macos.yml
1 parent d011db9 commit 2429c91Copy full SHA for 2429c91
.github/workflows/macos.yml
@@ -42,4 +42,4 @@ jobs:
42
export RUST_BACKTRACE=1
43
export TEST_GIT=$(which git)
44
export TEST_GIT_EXEC_PATH=$("$TEST_GIT" --exec-path)
45
- cargo test --workspace
+ cargo test --workspace --no-fail-fast
0 commit comments