Skip to content

Commit

Permalink
do not create coverage on release
Browse files Browse the repository at this point in the history
Signed-off-by: Flipez <code@brauser.io>
  • Loading branch information
Flipez committed Sep 29, 2021
1 parent 5737cb8 commit eae395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: 1.17
- name: Test
run: go test `go list ./... | grep -v examples` -coverprofile=coverage.txt -covermode=atomic
run: go test ./...
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit eae395a

Please sign in to comment.