Only test the failing tests

This commit is contained in:
Guillaume Ballet 2019-11-01 10:29:47 +01:00
parent 7d56acbda4
commit 4006714b3f

View file

@ -50,7 +50,7 @@ jobs:
- GODEBUG="netdns=cgo"
script:
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- go run build/ci.go test -coverage ./p2p/enode/...
- stage: build
os: osx