Update go.yml
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
|
||||
- run: mkdir -p $GITHUB_WORKSPACE/bin/tools
|
||||
|
||||
- name: Build tools
|
||||
run: go build -o ./bin/tools ./cmd/...
|
||||
|
||||
|
Reference in New Issue
Block a user