From 5a2d0e1d122f4ee0a041a51707a7f349e077aa1f Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 18 Oct 2022 13:57:23 +1100 Subject: [PATCH 1/2] bors: require slasher and syncing sim tests --- bors.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 0ff5d6231b5..bfb424b7084 100644 --- a/bors.toml +++ b/bors.toml @@ -20,7 +20,9 @@ status = [ "doppelganger-protection-test", "execution-engine-integration-ubuntu", "cargo-vendor", - "check-msrv" + "check-msrv", + "slasher-tests", + "syncing-simulator-ubuntu" ] use_squash_merge = true timeout_sec = 10800 From 5bff8250dd1a3756107a9d4e7f2752db5b200cd4 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 18 Oct 2022 16:03:46 +1100 Subject: [PATCH 2/2] Add disallowed-from-async too --- bors.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index bfb424b7084..6edf55bfa3e 100644 --- a/bors.toml +++ b/bors.toml @@ -22,7 +22,8 @@ status = [ "cargo-vendor", "check-msrv", "slasher-tests", - "syncing-simulator-ubuntu" + "syncing-simulator-ubuntu", + "disallowed-from-async-lint" ] use_squash_merge = true timeout_sec = 10800