We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5e423 commit 9fa738aCopy full SHA for 9fa738a
.github/workflows/coverage.yaml
@@ -54,7 +54,7 @@ jobs:
54
echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
55
echo "CCACHE_DIR=$PWD/.ccache" >> $GITHUB_ENV
56
- name: Configure CMake CBMC build with coverage instrumentation parameters
57
- run: cmake -S . -Bbuild -Denable_coverage=1 -Dparallel_tests=2 -DCMAKE_CXX_COMPILER=/usr/bin/g++
+ run: cmake -S . -Bbuild -Denable_coverage=1 -Dparallel_tests=${{env.linux-vcpus}} -DCMAKE_CXX_COMPILER=/usr/bin/g++
58
- name: Zero ccache stats and limit in size
59
run: ccache -z --max-size=7G
60
- name: Execute CMake CBMC build
0 commit comments