Skip to content

Commit

Permalink
Merge pull request #1902 from bluca/appveyor_zmq_tests
Browse files Browse the repository at this point in the history
Problem: appveyor jobs are very slow
  • Loading branch information
vyskocilm committed Apr 19, 2018
2 parents 93dd2af + 2b0bd1b commit 81448bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -67,7 +67,7 @@ after_build:
- cmd: ctest -C "%Configuration%" -V
- cmd: cd "%Configuration%"
- cmd: test_randof.exe -h | find "ZSYS"
- cmd: test_randof.exe -r 10000000 -i 300000000
- cmd: test_randof.exe -r 1000000 -i 30000000

test:
none

0 comments on commit 81448bd

Please sign in to comment.