From: Bimba Shrestha Date: Fri, 25 Oct 2019 19:04:54 +0000 (-0700) Subject: Running playtests.sh on PRs too X-Git-Tag: v1.4.4~1^2~3^2~3^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8adecc73b0b9c01450c842b222491cfeacf5e308;p=thirdparty%2Fzstd.git Running playtests.sh on PRs too --- diff --git a/appveyor.yml b/appveyor.yml index 87fa5c12d..3a4803363 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 )