Skip to content

Commit e149619

Browse files
author
Anders Åstrand
committed
Run full test suite when generating coverage
The --tde-only flag seems to make it fail intermittently which is highly annoying.
1 parent 0ac9bc0 commit e149619

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
@@ -24,8 +24,8 @@ jobs:
2424
- name: Setup kmip and vault
2525
run: ci_scripts/setup-keyring-servers.sh
2626

27-
- name: Test postgres with TDE to generate coverage
28-
run: ci_scripts/make-test.sh --tde-only
27+
- name: Test postgres to generate coverage
28+
run: ci_scripts/make-test.sh
2929

3030
- name: Collect coverage data
3131
run: find . -type f -name "*.c" ! -path '*libkmip*' | xargs -t gcov -abcfu

0 commit comments

Comments
 (0)