mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
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).
This commit is contained in:
parent
0e0e3095cb
commit
5a12bbca53
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue
Block a user