Skip to content

Commit 96be0de

Browse files
authored
add race detection to unit tests (#2163)
1 parent 2b64f55 commit 96be0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
enable-cache: 'true'
2020

2121
- name: Run testing
22-
run: devbox run -- 'CGO_ENABLED=0 go test -v $(go list ./... | grep -v "test/int\|test/e2e") -coverprofile=coverage.out'
22+
run: devbox run -- 'go test -race -v ./... -coverprofile=coverage.out'
2323

2424
- name: Test tools
2525
run: devbox run -- 'make test-tools'

0 commit comments

Comments
 (0)