mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: Appveyor runs test sequentially
Solution: add -j flag to run them in paralle, cuts test runtime from ~80 to ~20 seconds
This commit is contained in:
parent
e5eab4b91f
commit
09d951ada3
@ -102,5 +102,5 @@ after_build:
|
||||
|
||||
test_script:
|
||||
- cmd: cd "%LIBZMQ_BUILDDIR%"
|
||||
- cmd: ctest -C "%Configuration%" -V
|
||||
- cmd: ctest -C "%Configuration%" -V -j5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user