Makes circle.yml run tests with the "-test.short" flag
This is due to longer tests which require more storage/memory than is granted to us by the circle test runner vms.
This commit is contained in:
@@ -21,7 +21,7 @@ test:
|
||||
- test -z $(gofmt -s -l . | tee /dev/stderr)
|
||||
- go vet ./...
|
||||
- test -z $(golint ./... | tee /dev/stderr)
|
||||
- go test -test.v ./...
|
||||
- go test -test.v -test.short ./...
|
||||
|
||||
# Disabling the race detector due to massive memory usage.
|
||||
# - go test -race -test.v ./...:
|
||||
|
Reference in New Issue
Block a user