mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Only test the failing tests
This commit is contained in:
parent
7d56acbda4
commit
4006714b3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue