👷 ci(nextest): configure nextest for CI environment
- disable fail-fast to ensure all tests are executed - generate junit.xml report for test results
This commit is contained in:
committed by
Jeremiah Russell
parent
edb98980c7
commit
13351fe3f9
6
.config/nextest.toml
Normal file
6
.config/nextest.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[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"
|
||||
@@ -1,2 +0,0 @@
|
||||
[profile.ci.junit] # this can be some other profile, too
|
||||
path = "junit.xml"
|
||||
Reference in New Issue
Block a user