From 49bc7430284ba09247fb9a0401f87aebd087a61a Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 1 Jul 2017 00:25:03 +0200 Subject: AppVeyor: run tests with --fail-env-changed (#2522) --- .github/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 0f4c174..06b9b2f 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -8,7 +8,7 @@ branches: build_script: - cmd: PCbuild\build.bat -e test_script: -- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 +- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0 # Only trigger AppVeyor if actual code or its configuration changes only_commits: -- cgit v0.12