Skip to content

Commit a5177eb

Browse files
Revert "correct the converge test"
This reverts commit a4b9ede.
1 parent 42d4787 commit a5177eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ jobs:
1919
- name: Building
2020
run: |
2121
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
22+
cmake --build build -j`nproc`
2323
cmake --install build
2424
- name: Testing
2525
env:
26-
GTEST_COLOR: 'yes'
27-
OMP_NUM_THREADS: '2'
26+
OMP_NUM_THREADS: 1
2827
run: |
2928
cmake --build build --target test ARGS="-V --timeout 21600"
3029
- name: Upload Coverage to Codecov

0 commit comments

Comments
 (0)