Skip to content

Commit

Permalink
change the order of appveyor tests (#10920)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
narimiran authored Mar 28, 2019
1 parent e904b3f commit dafd995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ environment:
platform: x64

matrix:
- NIM_TEST_PACKAGES: true
- NIM_TEST_PACKAGES: false
- NIM_TEST_PACKAGES: true

cache:
- '%MINGW_ARCHIVE%'
Expand Down

0 comments on commit dafd995

Please sign in to comment.