Skip to content

Commit

Permalink
Disable cargo audit as a required step
Browse files Browse the repository at this point in the history
It's currently hanging in CI, due to
actions-rs/install#6.
  • Loading branch information
antifuchs committed Jul 25, 2020
1 parent 010a56b commit e21ba48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,3 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D warnings
cargo_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/[email protected]
with:
crate: cargo-audit
use-tool-cache: true
- name: "cargo audit"
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
status = [
"continuous_integration",
"cargo_deny",
"cargo_audit",
"cargo_clippy",
]
timeout_sec = 600
Expand Down

0 comments on commit e21ba48

Please sign in to comment.