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.
This commit is contained in:
Michael Sproul 2021-05-20 00:23:08 +00:00
parent ba55e140ae
commit 5d9a1bc558

View File

@ -1,6 +1,7 @@
status = [
"cargo-fmt",
"release-tests-ubuntu",
"release-tests-windows",
"debug-tests-ubuntu",
"state-transition-vectors-ubuntu",
"ef-tests-ubuntu",