Skip to content

Commit

Permalink
MINOR: ci: enable race detector
Browse files Browse the repository at this point in the history
This project must enable race detector to ensure there are no accidental
data races leading to unexpected behavior. One minor race was found and
fixed in `MINOR: mock: add locks to avoid data race`.
  • Loading branch information
Abhijeet Rastogi authored and oktalz committed Nov 3, 2023
1 parent 76f1109 commit c7d68f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
id: go
- name: Test
run: |
go test -v ./...
go test -race -v ./...
e2e:
name: e2e on HAProxy
needs: ["go-test"]
Expand Down

0 comments on commit c7d68f8

Please sign in to comment.