mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-13 17:27:57 +08: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…
x
Reference in New Issue
Block a user