From dafd9954027b97d3330286901d1dd8a596cc9026 Mon Sep 17 00:00:00 2001 From: Miran Date: Thu, 28 Mar 2019 17:18:42 +0100 Subject: [PATCH] change the order of appveyor tests (#10920) Testing packages sometimes randomly fails because of some reason not connected to Nim (e.g. github is down). Currently, that would prevent "regular" appveyor tests from running. Changing the order will allow "regular tests" to run regardless of the outside problems with packages. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 31be04d1b4..c32e76be4b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,8 +11,8 @@ environment: platform: x64 matrix: - - NIM_TEST_PACKAGES: true - NIM_TEST_PACKAGES: false + - NIM_TEST_PACKAGES: true cache: - '%MINGW_ARCHIVE%'