Skip to content

Commit

Permalink
fail-fast in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrshll committed Feb 7, 2025
1 parent 81c6873 commit 98b52b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ or test(ip6)
[profile.ci]
# Show skipped tests in the CI output.
status-level = "skip"
# In CI we only want to know if everything passes, as fast as possible
# To get all the tests that fail, run scripts/ci_tests/rust_tests.sh locally.
fail-fast = true

[profile.ci.junit]
path = "junit.xml"
Expand Down

0 comments on commit 98b52b9

Please sign in to comment.