Update go.yml
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -18,3 +18,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
|
||||||
|
- name: Build tools
|
||||||
|
run: go build -o ./ ./cmd/...
|
||||||
|
Reference in New Issue
Block a user