Also check if agb-macros works

This commit is contained in:
Gwilym Kuiper 2021-08-15 23:15:52 +01:00
parent 2f12748004
commit 8b2bd66b19

View file

@ -65,6 +65,7 @@ fi
# Sanity check to make sure the build works
(cd agb && cargo test)
(cd agb-image-converter && cargo test)
(cd agb-macros && cargo test)
# Update the version in Cargo.toml
sed -i -e "s/^version = \".*\"/version = \"$VERSION\"/" "$DIRECTORY/Cargo.toml"