Running playtests.sh on PRs too

This commit is contained in:
Bimba Shrestha 2019-10-25 12:04:54 -07:00
parent 95f7880ddb
commit 8adecc73b0

View File

@ -264,5 +264,6 @@
- ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION%
- if [%HOST%]==[mingw] (
set "CC=%COMPILER%" &&
make check
make check &&
sh -e playTests.sh --test-large-data
)