From 5d9a1bc558edc0ffa9ec94dcb0349d5fd4a5f316 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 20 May 2021 00:23:08 +0000 Subject: [PATCH] Add Windows to Bors config (#2358) 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. --- bors.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bors.toml b/bors.toml index e12684e87..ae1b03e9b 100644 --- a/bors.toml +++ b/bors.toml @@ -1,6 +1,7 @@ status = [ "cargo-fmt", "release-tests-ubuntu", + "release-tests-windows", "debug-tests-ubuntu", "state-transition-vectors-ubuntu", "ef-tests-ubuntu",