Skip to content

Commit e8d0276

Browse files
committed
chore: fix workflow to test the whole code
1 parent 01fa9af commit e8d0276

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 -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)