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 92e270c commit 00edfb8Copy full SHA for 00edfb8
.github/workflows/test.yaml
@@ -52,3 +52,5 @@ jobs:
52
name: Coverage-report
53
- name: Display Coverage report
54
run: go tool cover -func=coverage.out
55
+ - name: Build Go
56
+ run: go build ./...
0 commit comments