mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user