Skip to content

Commit 9998713

Browse files
committed
Speed up coverage job ci
1 parent d14136e commit 9998713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ jobs:
782782
run: |
783783
sudo apt install lcov
784784
echo "CODE_COVERAGE=1" >> $GITHUB_ENV
785-
echo "BUILD_TYPE=Debug" >> $GITHUB_ENV
785+
echo "BUILD_TYPE=RelWithDebInfo" >> $GITHUB_ENV
786786
787787
- name: Build and Test/Install CppInterOp on Unix systems
788788
if: ${{ runner.os != 'windows' }}

0 commit comments

Comments
 (0)