Skip to content

Commit

Permalink
add -race in ci.yml/ Test stage
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hu <[email protected]>
  • Loading branch information
daniel-hutao committed Aug 10, 2023
1 parent d747347 commit 9dbd611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...
run: go test -v -race ./...

0 comments on commit 9dbd611

Please sign in to comment.