We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1491962 commit 1f26f16Copy full SHA for 1f26f16
.github/workflows/go.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v2
21
22
- name: Build
23
- run: go build -v .
+ run: make build
24
25
- name: Lint
26
uses: golangci/golangci-lint-action@v2
0 commit comments