Drop race detector from Travis builds (#474) We do not have a single go statement in Blackfriday code, -race does nothing for us, but burn CPU cycles (and it hurts because we're hitting timeouts on full test runs).
Vytautas Ĺ altenis vytas@rtfb.lt
Sun, 19 Aug 2018 14:08:23 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -14,4 +14,4 @@ script:
- go get -t -v ./... - diff -u <(echo -n) <(gofmt -d -s .) - go tool vet . - - go test -v -race ./... + - go test -v ./...