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