From 8adecc73b0b9c01450c842b222491cfeacf5e308 Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Fri, 25 Oct 2019 12:04:54 -0700 Subject: [PATCH] Running playtests.sh on PRs too --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 87fa5c12..3a480336 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 )