Files
tfhe-rs/.config/nextest.toml
2023-08-24 20:38:07 +02:00

8 lines
206 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 = "final"
fail-fast = false
retries = 0
slow-timeout = "5m"