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 cf365f0 commit ffed8bbCopy full SHA for ffed8bb
1 file changed
.github/workflows/go.yml
@@ -39,6 +39,7 @@ jobs:
39
go-version-file: 'go.mod'
40
41
- name: Run tests with coverage
42
+ shell: bash
43
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
44
45
- name: Upload coverage report
0 commit comments