mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 04:30:48 +00:00
* Test * Fix * Fix * Use new workflows * No cache * Typo * Rename Run tests to ci * Some renaming? * Renaming * Add nextest config * Test e2e on label * Test * Fix * Fixes * Update * Fix * Fix * Fix name * Fix * Rename report
20 lines
404 B
TOML
20 lines
404 B
TOML
# https://nexte.st/book/configuration.html
|
|
[store]
|
|
dir = "target/nextest"
|
|
|
|
[profile.default]
|
|
retries = 0
|
|
test-threads = "num-cpus"
|
|
threads-required = 1
|
|
status-level = "pass"
|
|
final-status-level = "fail"
|
|
failure-output = "immediate"
|
|
success-output = "never"
|
|
fail-fast = false
|
|
slow-timeout = { period = "60s", terminate-after = 2 }
|
|
leak-timeout = "100ms"
|
|
|
|
[profile.ci]
|
|
[profile.ci.junit]
|
|
path = "junit.xml"
|