ci: try forcing exit 0

This commit is contained in:
Eric Wasylishen 2021-09-19 22:59:10 -06:00
parent 45201118d5
commit d453ff6c01
2 changed files with 3 additions and 0 deletions

View File

@ -85,3 +85,5 @@ fi
# leak tests on all id1 maps
cd quake_map_source
./leaktest.sh || exit 1
exit 0

View File

@ -6,3 +6,4 @@ for file in *.map; do
qbsp -leaktest -noverbose "$file" || exit 1
done
exit 0