Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
s0s01qp committed Jul 26, 2021
1 parent 7696795 commit 24a2f43
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ jobs:
run: |
go get -v -t -d ./...
- name: Run tests
run: go test ./... -coverprofile profile.cov
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
flag-name: ${{ matrix.platform }}-go-${{ matrix.go-version }}
parallel: true
run: go test ./... -coverprofile profile.cov

0 comments on commit 24a2f43

Please sign in to comment.