build: Run all tests before building a release
This commit is contained in:
parent
69c2d06007
commit
2357c44912
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ if [ -e "release" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo running tests...
|
||||
|
||||
./zig build test
|
||||
|
||||
echo building...
|
||||
|
||||
./zig build -Dpackage_release --prefix release/build
|
||||
|
|
Loading…
Add table
Reference in a new issue