]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Running playtests.sh on PRs too
authorBimba Shrestha <bimbashrestha@fb.com>
Fri, 25 Oct 2019 19:04:54 +0000 (12:04 -0700)
committerBimba Shrestha <bimbashrestha@fb.com>
Fri, 25 Oct 2019 19:04:54 +0000 (12:04 -0700)
appveyor.yml

index 87fa5c12de2cabfee95cd5995d4a6f1b283ce5a1..3a48033634a53aa811256fe7a03498d10ec26f22 100644 (file)
   - ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION%
   - if [%HOST%]==[mingw] (
       set "CC=%COMPILER%" &&
-      make check
+      make check &&
+      sh -e playTests.sh --test-large-data
     )