Skip to content

Commit 9c732ad

Browse files
committed
build: fix go test to not cache the result
1 parent 6b626e1 commit 9c732ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
run: go build ./cmd/vault-plugin-secrets-gitlab
2424
- name: Test
25-
run: go test -cover -coverprofile=coverage.out -tags unit,selfhosted,saas,local ./...
25+
run: go test -cover -coverprofile=coverage.out -count 1 -tags unit,selfhosted,saas,local ./...
2626
env:
2727
GITLAB_SERVICE_ACCOUNT_URL: ${{ vars.GITLAB_SERVICE_ACCOUNT_URL }}
2828
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)