actually run all the tests

This commit is contained in:
Alex Grintsvayg 2018-08-06 19:53:09 -04:00
parent f3f2fcb6cc
commit 1635f5fae4

View file

@ -53,7 +53,7 @@ script:
# Fail if a .go file hasn't been formatted with gofmt # Fail if a .go file hasn't been formatted with gofmt
- test -z $(gofmt -s -l $GO_FILES) - test -z $(gofmt -s -l $GO_FILES)
# Run unit tests # Run unit tests
- go test -short ./... - go test ./...
# Checks for unused vars and fields on structs # Checks for unused vars and fields on structs
- varcheck ./... - varcheck ./...
- structcheck ./... - structcheck ./...