mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Ensure agb-sound-converter tests pass too
This commit is contained in:
parent
ed5dbb5c0c
commit
33e7106c00
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue