Skip to content

Commit

Permalink
fix: simplify github steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgufrone committed Oct 30, 2023
1 parent 9ce746c commit 6b08ee1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
- name: Run Unit tests
run: |
go test -race -coverpkg="./..." -covermode atomic -coverprofile=profile.cov ./...
- name: Install goveralls
run: go install github.com/mattn/goveralls@latest
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 6b08ee1

Please sign in to comment.