mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-09 22:43:34 +00:00
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:
@@ -11,8 +11,8 @@ environment:
|
||||
platform: x64
|
||||
|
||||
matrix:
|
||||
- NIM_TEST_PACKAGES: true
|
||||
- NIM_TEST_PACKAGES: false
|
||||
- NIM_TEST_PACKAGES: true
|
||||
|
||||
cache:
|
||||
- '%MINGW_ARCHIVE%'
|
||||
|
||||
Reference in New Issue
Block a user