Ensure agb-sound-converter tests pass too

This commit is contained in:
Gwilym Kuiper 2021-10-18 20:27:38 +01:00
parent ed5dbb5c0c
commit 33e7106c00

View file

@ -88,6 +88,7 @@ fi
# Sanity check to make sure the build works
(cd agb && cargo test)
(cd agb-image-converter && cargo test)
(cd agb-sound-converter && cargo test)
(cd agb-macros && cargo test)
if [ ! "$NO_COMMIT" = "--no-commit" ]; then