Skip to content

Commit 276ac3c

Browse files
fix
1 parent 012cc56 commit 276ac3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-sharkfuser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,14 @@ jobs:
108108
if: ${{ matrix.name != 'Ubuntu (GCC 13, Code Coverage)' }}
109109
working-directory: ${{ env.SHARKFUSER_DIR }}
110110
run: |
111+
source .venv/bin/activate
111112
ctest --test-dir build --output-on-failure --extra-verbose --timeout 30
112113
113114
- name: Code coverage sharkfuser
114115
if: ${{ matrix.name == 'Ubuntu (GCC 13, Code Coverage)' }}
115116
working-directory: ${{ env.SHARKFUSER_DIR }}
116117
run: |
118+
source .venv/bin/activate
117119
ctest --test-dir build -T test -T coverage --timeout 30
118120
lcov --capture --directory build --output-file build/coverage.info
119121
lcov --remove build/coverage.info '/usr/*' --output-file build/coverage.info

0 commit comments

Comments
 (0)