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 7cb9ed2Copy full SHA for 7cb9ed2
.github/workflows/coverage.yaml
@@ -10,7 +10,7 @@ env:
10
windows-vcpus: 4
11
12
jobs:
13
- # This job takes approximately 40 to 75 minutes
+ # This job takes approximately 22 to 75 minutes
14
Linux:
15
runs-on: ubuntu-20.04
16
steps:
@@ -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