|
|
@@ -39,8 +39,8 @@ script:
|
|
|
- test -z $(gofmt -s -l $GO_FILES) # Fail if a .go file hasn't been formatted with gofmt
|
|
|
- go vet ./... # go vet is the official Go static analyzer
|
|
|
#- golint -set_exit_status $(go list ./...) # golint to be added
|
|
|
- - go test -v -race -tags=integration ./... # Run all the tests with the race detector enabled and integration tests
|
|
|
- - GOARCH=386 go test -v -tags=integration ./... # 32bit tests
|
|
|
+ - go test -v -race -tags="integration dns" ./... # Run all the tests with the race detector enabled and integration tests
|
|
|
+ - GOARCH=386 go test -v -tags="integration dns" ./... # 32bit tests
|
|
|
|
|
|
addons:
|
|
|
hosts:
|