mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-23 12:33:50 +01:00
11 lines
406 B
TOML
11 lines
406 B
TOML
[profile.ci]
|
|
# Print out output for failing tests as soon as they fail, and also at the end
|
|
# of the run (for easy scrollability).
|
|
failure-output = "immediate-final"
|
|
# Show skipped tests in the CI output.
|
|
status-level = "skip"
|
|
# Do not cancel the test run on the first failure.
|
|
fail-fast = false
|
|
# Mark tests as slow after 5mins, kill them after 50
|
|
slow-timeout = { period = "300s", terminate-after = 10 }
|