1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-12-01 22:51:45 +02:00

Prepare for using cargo-release

This commit is contained in:
mo8it
2024-04-25 19:02:07 +02:00
parent 177e2870c5
commit ca41f9e2df
5 changed files with 26 additions and 4 deletions

8
release-hook.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Error out if any command fails
set -e
typos
cargo outdated -w --exit-code 1
cargo test --workspace --all-targets