mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-04 19:50:19 +00:00
65f6c7b1fa
* Add codecov and test report
* Fix
* Fix
* Download wasm pack
* Apply suggestion from nextest errors
* Revert "Apply suggestion from nextest errors"
This reverts commit 0124cc1f69
.
* 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"
|