diff options
author | Joining7943 <111500881+Joining7943@users.noreply.github.com> | 2023-04-14 19:19:57 +0200 |
---|---|---|
committer | Joining7943 <111500881+Joining7943@users.noreply.github.com> | 2023-04-19 22:06:06 +0200 |
commit | 78ce521c01f902955a50d6cf8b88b42b05df37a4 (patch) | |
tree | 0ce23458109e73d4dfa2269d91197dd405cbe169 /.config | |
parent | 4678393c3d3f8d4a849c3e45fae6f803e8b0cc4e (diff) |
ci: Use nextest as test runner instead of cargo test
Diffstat (limited to '.config')
-rw-r--r-- | .config/nextest.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nextest.toml b/.config/nextest.toml new file mode 100644 index 0000000000..3ba8bb393a --- /dev/null +++ b/.config/nextest.toml @@ -0,0 +1,6 @@ +[profile.ci] +retries = 2 +status-level = "all" +final-status-level = "skip" +failure-output = "immediate-final" +fail-fast = false |