Skip to content

Commit ea6c553

Browse files
committed
CMAKE_BUILD_PARALLEL_LEVEL for coverage
1 parent d386b30 commit ea6c553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
CXX: g++-11
1717
CXXFLAGS: -g -O0 -std=c++20 --coverage -fkeep-inline-functions -fkeep-static-functions
1818
LDFLAGS: --coverage
19+
CMAKE_BUILD_PARALLEL_LEVEL: 4
1920
steps:
2021
- name: Checkout
2122
uses: actions/checkout@v3

0 commit comments

Comments
 (0)