Skip to content

Commit

Permalink
ci: Enable data race detector in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Oct 4, 2024
1 parent 1f510ec commit a576b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
-
name: Test code
run: |
go test ./pkg/...
go test ./internal/...
go test -race ./pkg/...
go test -race ./internal/...
shell: bash

-
Expand Down

0 comments on commit a576b7f

Please sign in to comment.