Update go.yml

This commit is contained in:
Tnze
2019-12-23 13:10:32 +08:00
committed by GitHub
parent cc40cd4cca
commit 13082bb327

View File

@ -18,3 +18,6 @@ jobs:
- name: Test
run: go test ./...
- name: Build tools
run: go build -o ./ ./cmd/...