Skip to content

Commit

Permalink
fix make check
Browse files Browse the repository at this point in the history
  • Loading branch information
shockerli committed Oct 20, 2021
1 parent f9883ab commit c92cc4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Make check and tests
- name: Run tests
run: |
make check
go test -race -coverprofile=coverage.txt -covermode=atomic
make test-race fmt vet
go test -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.go-version == '1.13' }}
Expand Down

0 comments on commit c92cc4d

Please sign in to comment.