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 42d4787 commit a5177ebCopy full SHA for a5177eb
.github/workflows/coverage.yml
@@ -19,12 +19,11 @@ jobs:
19
- name: Building
20
run: |
21
cmake -B build -DENABLE_COVERAGE=ON -DBUILD_TESTING=ON -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON -DENABLE_PAW=ON -DENABLE_GOOGLEBENCH=ON -DENABLE_RAPIDJSON=ON
22
- cmake --build build -j8
+ cmake --build build -j`nproc`
23
cmake --install build
24
- name: Testing
25
env:
26
- GTEST_COLOR: 'yes'
27
- OMP_NUM_THREADS: '2'
+ OMP_NUM_THREADS: 1
28
29
cmake --build build --target test ARGS="-V --timeout 21600"
30
- name: Upload Coverage to Codecov
0 commit comments