1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-05-13 02:53:21 +00:00

Actually run all the golint tests

This commit is contained in:
Kegan Dougal 2017-01-06 15:33:33 +00:00
parent f3c8c9580d
commit bb7c146092
3 changed files with 3 additions and 3 deletions

View file

@ -4,6 +4,6 @@ set -eu
golint
go fmt
go tool vet --shadow .
go tool vet --all --shadow .
gocyclo -over 12 .
go test -timeout 5s -test.v