From 8b2bd66b1953f6f9b0c225b6b3194fe886b03e0a Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 15 Aug 2021 23:15:52 +0100 Subject: [PATCH] Also check if agb-macros works --- release.sh | 1 + 1 file changed, 1 insertion(+) 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"