Skip to content

Commit

Permalink
rust-workflow.sh update cargo test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Dec 9, 2023
1 parent 9abad4b commit afb9194
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 @@ -15,7 +15,7 @@ set -x
cargo msrv verify
cargo build --lib --verbose
cargo build --lib --verbose --release
cargo test --lib --verbose --all-features --future-incompat-report
cargo test --verbose --all-features --future-incompat-report
cargo check --all-targets --release
cargo clippy --no-deps --all-targets --all-features
cargo doc --locked --release --frozen --no-deps
Expand Down

0 comments on commit afb9194

Please sign in to comment.