diff --git a/.travis.yml b/.travis.yml index 5100686e6..44d5ee308 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ install: - pwd script: +- cd g - GOARCH=386 go test -v ./... - GOARCH=amd64 go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic