Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BK1031 committed Apr 16, 2024
1 parent 9ebc36c commit dd11ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
go get .
- name: Run tests
run: |
go test ./... -race -covermode=atomic -coverprofile=cover.out -v
go test ./... -race -covermode=atomic -coverprofile=coverage.out -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit dd11ceb

Please sign in to comment.