We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8e422 commit 6a76accCopy full SHA for 6a76acc
.github/workflows/ci.yaml
@@ -24,5 +24,5 @@ jobs:
24
with:
25
go-version: ${{ matrix.golang }}
26
- name: Test
27
- run: go test -v ./fluent
+ run: go test -v -race -cover -covermode=atomic ./fluent
28
shell: bash
0 commit comments