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.
This commit is contained in:
Miran
2019-03-28 17:18:42 +01:00
committed by GitHub
parent e904b3f952
commit dafd995402

View File

@@ -11,8 +11,8 @@ environment:
platform: x64
matrix:
- NIM_TEST_PACKAGES: true
- NIM_TEST_PACKAGES: false
- NIM_TEST_PACKAGES: true
cache:
- '%MINGW_ARCHIVE%'