Deparallelized tests on appveyor
This commit is contained in:
parent
497b584a59
commit
45c9215c32
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ before_deploy:
|
|||
test_script:
|
||||
- cmake --build . --target criterion_tests
|
||||
- ps: |
|
||||
ctest -j2
|
||||
ctest
|
||||
if (-not $lastexitcode -eq 0) {
|
||||
type Testing/Temporary/LastTest.log
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue