Skip to content

Commit

Permalink
Remove verbose from the testing and building
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijamt committed Oct 10, 2024
1 parent 46be708 commit 9ba2fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Display Go version
run: go version
- name: Build
run: go build -v ./cmd/vault-plugin-secrets-gitlab
run: go build ./cmd/vault-plugin-secrets-gitlab
- name: Test
run: go test -cover -coverprofile=coverage.out -v
run: go test -cover -coverprofile=coverage.out
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit 9ba2fff

Please sign in to comment.