mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Also check if agb-macros works
This commit is contained in:
parent
2f12748004
commit
8b2bd66b19
|
@ -65,6 +65,7 @@ fi
|
||||||
# Sanity check to make sure the build works
|
# Sanity check to make sure the build works
|
||||||
(cd agb && cargo test)
|
(cd agb && cargo test)
|
||||||
(cd agb-image-converter && cargo test)
|
(cd agb-image-converter && cargo test)
|
||||||
|
(cd agb-macros && cargo test)
|
||||||
|
|
||||||
# Update the version in Cargo.toml
|
# Update the version in Cargo.toml
|
||||||
sed -i -e "s/^version = \".*\"/version = \"$VERSION\"/" "$DIRECTORY/Cargo.toml"
|
sed -i -e "s/^version = \".*\"/version = \"$VERSION\"/" "$DIRECTORY/Cargo.toml"
|
||||||
|
|
Loading…
Reference in a new issue