Skip to content

Commit 6a76acc

Browse files
committed
workflows: Use race detector on test
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent ff8e422 commit 6a76acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
go-version: ${{ matrix.golang }}
2626
- name: Test
27-
run: go test -v ./fluent
27+
run: go test -v -race -cover -covermode=atomic ./fluent
2828
shell: bash

0 commit comments

Comments
 (0)