Skip to content

Commit b05735b

Browse files
committed
testing
1 parent f5ec711 commit b05735b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Configure
3232
shell: bash -l {0}
3333
run: |
34-
python ./setup --type=$BUILD_TYPE --arch-flags=false --coverage --generator=Ninja --prefix=$GITHUB_WORKSPACE/Software/MRChem build
34+
python ./setup --type=$BUILD_TYPE --arch-flags=false --coverage --generator=Ninja build
3535
3636
- name: Build
3737
shell: bash -l {0}
3838
run: |
39-
cmake --build build --config $BUILD_TYPE --target install -- -v -d stats
39+
cmake --build build --config $BUILD_TYPE -- -v -d stats
4040
4141
- name: Test MRChem and generate coverage report
4242
shell: bash -l {0}

0 commit comments

Comments
 (0)