Skip to content

Commit 2c67ab1

Browse files
authored
Cache coverage builds in CI too (#1518)
1 parent efd0b0b commit 2c67ab1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/setup-go/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ runs:
9191
shell: bash
9292
run: npx hereby test
9393

94+
- if: ${{ inputs.create == 'true' }}
95+
shell: bash
96+
run: npx hereby test --coverage
97+
9498
- if: ${{ inputs.create == 'true' }}
9599
shell: bash
96100
run: npx hereby lint

0 commit comments

Comments
 (0)