Skip to content

Commit

Permalink
rust-workflow.sh cargo nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed May 7, 2024
1 parent 4c40741 commit 56b3552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rust-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cargo clean
cargo msrv verify # cargo install cargo-msrv
cargo build
cargo build --release
cargo test --all-targets
cargo nextest run --all-targets
cargo check --all-targets
cargo check --all-targets --release
cargo clippy --no-deps --all-targets --all-features
Expand Down

0 comments on commit 56b3552

Please sign in to comment.