Make sure that the examples still build when releasing

This commit is contained in:
GBA bot 2022-01-01 12:41:35 +00:00
parent 589c5373ff
commit 7d23beee4f

View file

@ -96,6 +96,9 @@ fi
(cd agb-image-converter && cargo test) (cd agb-image-converter && cargo test)
(cd agb-sound-converter && cargo test) (cd agb-sound-converter && cargo test)
(cd agb-macros && cargo test) (cd agb-macros && cargo test)
for EXAMPLE_DIR in examples/*/; do
(cd "$EXAMPLE_DIR" && cargo check --release)
done
if [ ! "$NO_COMMIT" = "--no-commit" ]; then if [ ! "$NO_COMMIT" = "--no-commit" ]; then
# Commit the Cargo.toml changes # Commit the Cargo.toml changes