Update go.yml

This commit is contained in:
kayos@tcp.direct 2022-08-28 22:49:51 -07:00
parent aebdfe2131
commit 992f0eb29c
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -15,3 +15,5 @@ jobs:
go-version: 1.18
- name: vet
run: go vet ./...
- name: test
run: go test -v ./...