Skip to content

Commit

Permalink
Add "ci" job to the bors.toml (#2612)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
MinerSebas committed Aug 6, 2021
1 parent 03e2045 commit 90586a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ status = [
"check-doc",
"check-missing-examples-in-docs",
"check-unused-dependencies",
"ci",
]

use_squash_merge = true
Expand Down

0 comments on commit 90586a4

Please sign in to comment.