actually run all the tests
This commit is contained in:
parent
f3f2fcb6cc
commit
1635f5fae4
1 changed files with 1 additions and 1 deletions
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in a new issue