Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit f31043e

Browse files
committed
update coverage.yml
1 parent f86c143 commit f31043e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: configure
19-
run: ./configure
19+
run: ./configure --enable-code-coverage
2020
- name: build
21-
run: make COVERAGE_TEST=1
21+
run: make -j
2222
- name: check
2323
run: make check
2424
- name: gcov

0 commit comments

Comments
 (0)