Skip to content

Commit

Permalink
ci: update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iret-kawashima committed Nov 1, 2023
1 parent d92e562 commit 351af41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
- name: Run tests
run: |
git diff --cached --exit-code
go test -race -cover -v ./... -coverprofile=cover.out -covermode=atomic
go test -bench . -benchmem
go vet ./...
go test ./... -v -cover -coverprofile=cover.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 351af41

Please sign in to comment.