forked from TrueCloudLab/distribution
Merge pull request #838 from BrianBland/ng-circle
Re-enables "go vet" in circle.yml
This commit is contained in:
commit
e1e026418c
1 changed files with 2 additions and 7 deletions
|
@ -19,13 +19,8 @@ test:
|
||||||
- go version
|
- go version
|
||||||
override:
|
override:
|
||||||
- test -z $(gofmt -s -l . | tee /dev/stderr)
|
- test -z $(gofmt -s -l . | tee /dev/stderr)
|
||||||
|
- go vet ./...
|
||||||
# TODO(stevvooe): go vet is complaining about something that can't be
|
- test -z $(golint ./... | tee /dev/stderr)
|
||||||
# reproduced locally and doesn't make sense based on the existing code.
|
|
||||||
# Turning it off for now.
|
|
||||||
# - go vet ./...
|
|
||||||
|
|
||||||
- test -z $(golint ./... | tee /dev/stderr)
|
|
||||||
- go test -test.v -test.short ./...
|
- go test -test.v -test.short ./...
|
||||||
|
|
||||||
# Disabling the race detector due to massive memory usage.
|
# Disabling the race detector due to massive memory usage.
|
||||||
|
|
Loading…
Reference in a new issue