Skip to content

Commit

Permalink
Merge #793
Browse files Browse the repository at this point in the history
793: Enable bors r=vakaras a=vakaras

Depends on #792.

Co-authored-by: Vytautas Astrauskas <vastrauskas@gmail.com>
  • Loading branch information
bors[bot] and vakaras committed Dec 5, 2021
2 parents d6f0a5d + dd8f27f commit 8dc6ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
# Run clippy checks on PRs.
clippy-check:
runs-on: ubuntu-latest
# Only run when triggered by a pull request event
if: github.event_name == 'pull_request'
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
status = ["test-crates", "clippy-check", "fmt-check", "purification-tests", "all-tests (ubuntu-latest)", "all-tests (windows-latest)", "all-tests (macos-latest)"]
timeout_sec = 7200

0 comments on commit 8dc6ed5

Please sign in to comment.