Skip to content

Commit 3997f3f

Browse files
ci: fail fast
1 parent 47282fa commit 3997f3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.config/nextest.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ slow-timeout = { period = "10s", terminate-after = 3 }
2121
# Give tests more time to complete.
2222
[profile.wine]
2323
slow-timeout = { period = "60s", terminate-after = 5 }
24+
# Run all tests even if some fail, so we get full visibility.
25+
fail-fast = false
2426
# Run tests sequentially - Wine networking can be flaky with concurrent tests.
2527
test-threads = 1
2628

0 commit comments

Comments
 (0)