Skip to content

Commit 65f1e20

Browse files
Enable race detection in Go tests
1 parent 4370b70 commit 65f1e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v2
1717
- name: Test
18-
run: go test ./... -count=100
18+
run: go test ./... -race -count=100

0 commit comments

Comments
 (0)