diff --git a/release.sh b/release.sh index c1e75dcc..0c6e6522 100755 --- a/release.sh +++ b/release.sh @@ -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"