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:
parent
ba55e140ae
commit
5d9a1bc558
@ -1,6 +1,7 @@
|
|||||||
status = [
|
status = [
|
||||||
"cargo-fmt",
|
"cargo-fmt",
|
||||||
"release-tests-ubuntu",
|
"release-tests-ubuntu",
|
||||||
|
"release-tests-windows",
|
||||||
"debug-tests-ubuntu",
|
"debug-tests-ubuntu",
|
||||||
"state-transition-vectors-ubuntu",
|
"state-transition-vectors-ubuntu",
|
||||||
"ef-tests-ubuntu",
|
"ef-tests-ubuntu",
|
||||||
|
Loading…
Reference in New Issue
Block a user