Update go.yml

This commit is contained in:
Tnze
2019-12-23 13:22:54 +08:00
committed by GitHub
parent dd363bea52
commit d744b77054

View File

@ -19,6 +19,8 @@ jobs:
- name: Test - name: Test
run: go test ./... run: go test ./...
- run: mkdir -p $GITHUB_WORKSPACE/bin/tools
- name: Build tools - name: Build tools
run: go build -o ./bin/tools ./cmd/... run: go build -o ./bin/tools ./cmd/...