mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
* Add codecov and test report * Fix * Fix * Download wasm pack * Apply suggestion from nextest errors * Revert "Apply suggestion from nextest errors" This reverts commit 0124cc1f6972cba81c24387333452af6819a151e. * Add badge
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"
|