Skip to content

Commit

Permalink
Merge pull request #17 from DataDog/zhengda.lu/race
Browse files Browse the repository at this point in the history
test data race
  • Loading branch information
lu-zhengda authored Oct 19, 2023
2 parents a69f508 + a069f04 commit 8d68006
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 8d68006

Please sign in to comment.