10 lines
137 B
TOML
10 lines
137 B
TOML
|
[store]
|
||
|
dir = "target/nextest"
|
||
|
|
||
|
[profile.ci]
|
||
|
failure-output = "immediate-final"
|
||
|
fail-fast = false
|
||
|
|
||
|
[profile.ci.junit]
|
||
|
path = "junit.xml"
|