From 1635f5fae4e167629ce0738f2d330968e413bb66 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 6 Aug 2018 19:53:09 -0400 Subject: [PATCH] actually run all the tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./...