diff --git a/appveyor.yml b/appveyor.yml index 27e8162ad..ff66b884d 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -67,8 +67,8 @@ test_script: - .\swig.exe -version - bash -c "file ./swig.exe" - bash -c "time make -k check-%SWIGLANG%-version" -#- bash -c "time make -k check-%SWIGLANG%-examples %CHECK_OPTIONS%" -- bash -c "time make -k check-%SWIGLANG%-test-suite %CHECK_OPTIONS%" +- bash -c "time make -k check-%SWIGLANG%-examples %CHECK_OPTIONS%" +- bash -c "time make -k partialcheck-%SWIGLANG%-test-suite %CHECK_OPTIONS%" # Do not build on tags (GitHub only) skip_tags: true