- disable fail-fast to ensure all tests are executed - generate junit.xml report for test results
7 lines
159 B
TOML
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"
|