mirror of
https://github.com/matrix-org/gomatrix
synced 2025-05-12 18:44:55 +00:00
Actually run all the golint tests
This commit is contained in:
parent
f3c8c9580d
commit
bb7c146092
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue