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.
2 parents e82787e + 6a76acc commit 38df75eCopy full SHA for 38df75e
.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