Skip to content

Commit

Permalink
chore: race check in ut
Browse files Browse the repository at this point in the history
  • Loading branch information
ppzqh committed Oct 30, 2023
1 parent aca0bc0 commit 6fb0166
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 @@ -26,7 +26,7 @@ jobs:
# ${{ runner.os }}-go-

- name: Unit Test
run: go test -covermode=atomic -coverprofile=coverage.out ./...
run: go test -race -covermode=atomic -coverprofile=coverage.out ./...

- name: Benchmark
run: go test -bench=. -benchmem -run=none ./...

0 comments on commit 6fb0166

Please sign in to comment.