diff options
Diffstat (limited to 'release-hook.sh')
| -rwxr-xr-x | release-hook.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release-hook.sh b/release-hook.sh index db3d86e..4213536 100755 --- a/release-hook.sh +++ b/release-hook.sh @@ -9,8 +9,8 @@ cargo upgrades # Similar to CI cargo clippy -- --deny warnings cargo fmt --all --check -cargo test --workspace --all-targets -cargo run -- dev check --require-solutions +cargo test --workspace +cargo dev check --require-solutions # MSRV -cargo +1.85 run -- dev check --require-solutions +cargo +1.87 dev check --require-solutions |
