mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-06 21:34:05 -05:00
18 lines
427 B
TOML
18 lines
427 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"
|
|
|
|
|
|
[[profile.ci.overrides]]
|
|
filter = 'test(/^.*param_message_1_carry_[567]$/) or test(/^.*param_message_4_carry_4$/)'
|
|
retries = 3
|
|
|
|
[[profile.ci.overrides]]
|
|
filter = 'test(/^.*param_message_[23]_carry_[23]$/)'
|
|
retries = 1
|
|
|