Skip to content

Commit 4148a02

Browse files
committed
ci: enable parallel mode for testing
1 parent 07fd2cd commit 4148a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ jobs:
5959
run: cmake --build build --target test
6060
env:
6161
CTEST_OUTPUT_ON_FAILURE: 1
62+
CTEST_PARALLEL_LEVEL: $(getconf _NPROCESSORS_ONLN)

0 commit comments

Comments
 (0)