1
0
Fork 0

Add vet and fmt checks

master
Philip O'Toole 5 years ago
parent 20713065b2
commit f7cdfc1432

@ -24,6 +24,8 @@ jobs:
# specify any bash command here prefixed with `run: `
- run: go get -v -t -d ./...
- run: bash gofmt.sh
- run: go vet
- run: go test -v ./...
race:

Loading…
Cancel
Save