mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
ci: Use nextest as test runner instead of cargo test
This commit is contained in:
parent
4678393c3d
commit
78ce521c01
6 changed files with 93 additions and 20 deletions
6
.config/nextest.toml
Normal file
6
.config/nextest.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[profile.ci]
|
||||
retries = 2
|
||||
status-level = "all"
|
||||
final-status-level = "skip"
|
||||
failure-output = "immediate-final"
|
||||
fail-fast = false
|
Loading…
Add table
Add a link
Reference in a new issue