Add "ci" job to the bors.toml (#2612)
# Objective - #2551 revamped our CI setup which included running clippy and rustfmt in another Job. - This new Job wasn't added to the bors.toml, which means that PRs would be accepted that didn't run them. ## Solution - Add the "ci" job to the bors.toml
This commit is contained in:
parent
03e2045c8d
commit
90586a4c46
1
.github/bors.toml
vendored
1
.github/bors.toml
vendored
@ -12,6 +12,7 @@ status = [
|
||||
"check-doc",
|
||||
"check-missing-examples-in-docs",
|
||||
"check-unused-dependencies",
|
||||
"ci",
|
||||
]
|
||||
|
||||
use_squash_merge = true
|
||||
|
Loading…
Reference in New Issue
Block a user