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
|
# 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 ./...
|
||||||
|
|
Loading…
Reference in a new issue