Skip to content

Commit

Permalink
ci: enable race condition detection during unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Henri Symoneaux <[email protected]>
  • Loading branch information
phsym committed Nov 15, 2024
1 parent 389fa2e commit 242df2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: ./.github/actions/setup-build-env

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

- name: Build examples
run: go build -v -ldflags="-s -w" -o build/ ./examples/...
Expand Down

0 comments on commit 242df2c

Please sign in to comment.