Skip to content

Commit

Permalink
Update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaochen2024 committed Dec 8, 2024
1 parent 6848ecc commit 00ca1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: go build -v .

- name: Test
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
run: go test -v -race -coverprofile='coverage.txt' -covermode=atomic ./...

- name: Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 00ca1b2

Please sign in to comment.