CI: parallelize cross-run tests
This commit is contained in:
committed by
Nathaniel Filardo
parent
9207f3d8a0
commit
c084157cc9
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -253,7 +253,7 @@ jobs:
|
||||
# QEMU)
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest --output-on-failure -E '(perf-.*)|(.*-malloc$)' --timeout 400
|
||||
run: ctest -j 2 --output-on-failure -E '(perf-.*)|(.*-malloc$)' --timeout 400
|
||||
timeout-minutes: 30
|
||||
|
||||
windows:
|
||||
|
||||
Reference in New Issue
Block a user