Commit 09d951ad authored by Luca Boccassi's avatar Luca Boccassi

Problem: Appveyor runs test sequentially

Solution: add -j flag to run them in paralle, cuts test runtime
from ~80 to ~20 seconds
parent e5eab4b9
......@@ -102,5 +102,5 @@ after_build:
test_script:
- cmd: cd "%LIBZMQ_BUILDDIR%"
- cmd: ctest -C "%Configuration%" -V
- cmd: ctest -C "%Configuration%" -V -j5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment