Skip to content

Commit b4887c1

Browse files
committed
added -race for github action tests
1 parent d78b4b6 commit b4887c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: go vet
3434

3535
- name: Test
36-
run: go test -v -covermode=count -coverprofile=coverage.out
36+
run: go test -race -v -covermode=atomic -coverprofile=coverage.out
3737

3838
- name: actions-goveralls
3939
uses: shogo82148/[email protected]

0 commit comments

Comments
 (0)