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:
MinerSebas 2021-08-06 22:00:16 +00:00
parent 03e2045c8d
commit 90586a4c46

1
.github/bors.toml vendored
View File

@ -12,6 +12,7 @@ status = [
"check-doc",
"check-missing-examples-in-docs",
"check-unused-dependencies",
"ci",
]
use_squash_merge = true