Skip to content
Snippets Groups Projects
Verified Commit ad703ece authored by Wiktor Kwapisiewicz's avatar Wiktor Kwapisiewicz
Browse files

ci: Use `cargo nextest` in integration tests

Fixes: #109


Signed-off-by: default avatarWiktor Kwapisiewicz <wiktor@metacode.biz>
parent 9aaccdfe
No related branches found
No related tags found
1 merge request!151ci: Use `cargo nextest` for integration tests by fixing rustainers health check
......@@ -254,7 +254,7 @@ test:
just ensure-command cargo mold
if [[ "$ignored" == "true" ]]; then
cargo test --all -- --ignored
cargo nextest run --all --run-ignored ignored-only
else
cargo nextest run --all
just docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment