Skip to content

Commit

Permalink
test data race
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zhengda committed Oct 19, 2023
1 parent a69f508 commit 3b200f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Test Race
run: go test race -v ./...

0 comments on commit 3b200f9

Please sign in to comment.