1d9a2022b4
I've needed to do this work in order to do some episub testing. This version of libp2p has not yet been released, so this is left as a draft for when we wish to update. Co-authored-by: Diva M <divma@protonmail.com>
31 lines
759 B
TOML
31 lines
759 B
TOML
status = [
|
|
"cargo-fmt",
|
|
"release-tests-ubuntu",
|
|
"release-tests-windows",
|
|
"debug-tests-ubuntu",
|
|
"state-transition-vectors-ubuntu",
|
|
"ef-tests-ubuntu",
|
|
"dockerfile-ubuntu",
|
|
"eth1-simulator-ubuntu",
|
|
"merge-transition-ubuntu",
|
|
"no-eth1-simulator-ubuntu",
|
|
"check-benchmarks",
|
|
"check-consensus",
|
|
"clippy",
|
|
"arbitrary-check",
|
|
"cargo-audit",
|
|
"cargo-udeps",
|
|
"beacon-chain-tests",
|
|
"op-pool-tests",
|
|
"doppelganger-protection-test",
|
|
"execution-engine-integration-ubuntu",
|
|
"cargo-vendor",
|
|
"check-msrv",
|
|
"slasher-tests",
|
|
"syncing-simulator-ubuntu",
|
|
"compile-with-beta-compiler"
|
|
]
|
|
use_squash_merge = true
|
|
timeout_sec = 10800
|
|
pr_status = ["license/cla", "target-branch-check"]
|