2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

CMAKE_BUILD_PARALLEL_LEVEL for coverage

This commit is contained in:
Ruben Perez
2023-10-05 13:26:00 +02:00
parent d386b30c3a
commit ea6c5536c1

View File

@@ -16,6 +16,7 @@ jobs:
CXX: g++-11
CXXFLAGS: -g -O0 -std=c++20 --coverage -fkeep-inline-functions -fkeep-static-functions
LDFLAGS: --coverage
CMAKE_BUILD_PARALLEL_LEVEL: 4
steps:
- name: Checkout
uses: actions/checkout@v3