Skip to content

Commit

Permalink
ci: Enable race detector during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 4, 2024
1 parent b23ad24 commit 1537ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
packages: ${{ env.LINUX_DEPENDENCIES }}
- name: Test
run: xvfb-run go test ./... -coverprofile=coverage.txt -covermode=atomic
run: xvfb-run go test -race ./... -coverprofile=coverage.txt -covermode=atomic

build-windows:
name: Build (windows)
Expand Down

0 comments on commit 1537ea8

Please sign in to comment.