5d9a1bc558
We accidentally omitted the new Windows tests (#2333) from the Bors config, meaning that PRs will merge before the tests pass. This PR corrects that.
21 lines
476 B
TOML
21 lines
476 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",
|
|
"no-eth1-simulator-ubuntu",
|
|
"check-benchmarks",
|
|
"check-consensus",
|
|
"clippy",
|
|
"arbitrary-check",
|
|
"cargo-audit",
|
|
"cargo-udeps"
|
|
]
|
|
use_squash_merge = true
|
|
timeout_sec = 7200
|
|
pr_status = ["license/cla", "target-branch-check"]
|