Files
cull-gmail/.config/nextest.toml
Jeremiah Russell 13351fe3f9 👷 ci(nextest): configure nextest for CI environment
- disable fail-fast to ensure all tests are executed
- generate junit.xml report for test results
2025-10-20 13:46:10 +01:00

7 lines
159 B
TOML

[profile.ci]
# Do not cancel the test run on the first failure.
fail-fast = false
[profile.ci.junit] # this can be some other profile, too
path = "junit.xml"