Skip to content

Commit

Permalink
also remove --workspace from ci_checks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Voxelot committed Feb 7, 2023
1 parent 41e9a37 commit 3892801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ cargo clippy --all-targets --all-features &&
cargo make check --locked &&
cargo make check --all-features --locked &&
cargo test --all-features --workspace &&
cargo make test --no-default-features --workspace &&
cargo make test --no-default-features &&
cargo test --manifest-path version-compatibility/Cargo.toml --workspace

0 comments on commit 3892801

Please sign in to comment.