mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-29 18:53:32 +00:00
Remove macos tests (#1687)
## Issue Addressed N/A ## Proposed Changes Remove the MacOs tests. They routinely fail, causing bors to retry and slowing down the whole merge process. ## Additional Info N/A Co-authored-by: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
17
bors.toml
17
bors.toml
@@ -1,4 +1,19 @@
|
||||
status = ["cargo-fmt", "release-tests-ubuntu", "release-tests-and-install-macos", "debug-tests-ubuntu", "state-transition-vectors-ubuntu", "ef-tests-ubuntu", "dockerfile-ubuntu", "eth1-simulator-ubuntu", "no-eth1-simulator-ubuntu", "check-benchmarks", "clippy", "arbitrary-check", "cargo-audit", "cargo-udeps"]
|
||||
status = [
|
||||
"cargo-fmt",
|
||||
"release-tests-ubuntu",
|
||||
"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"]
|
||||
|
||||
Reference in New Issue
Block a user