From 61cfc787f215f6124c72db851fdc719fec356368 Mon Sep 17 00:00:00 2001 From: "Dr. Chat" Date: Sun, 12 Jun 2016 16:44:59 -0500 Subject: [PATCH] Appveyor: Run tests from already-built test binaries --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index b93cff56f..db66e54a2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -99,7 +99,7 @@ after_test: # to run your custom scripts instead of automatic tests test_script: - - cmd: xb.bat test + - cmd: xb.bat test --config=release --no_build # to disable automatic tests #test: off