Skip to content

Commit

Permalink
disable cargo-audit in CI
Browse files Browse the repository at this point in the history
Disable cargo-audit in CI due to some issues. See iopsystems#248
  • Loading branch information
brayniac committed Aug 5, 2024
1 parent aa38618 commit c050f27
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
32 changes: 17 additions & 15 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,22 @@ jobs:
with:
sarif_file: clippy.sarif

audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
shared-key: check-ubuntu-latest
save-if: false
- uses: baptiste0928/cargo-install@v1
with:
crate: cargo-audit
args: --locked
- run: |
cargo audit
# Temporarily disabled see: https://github.com/iopsystems/rpc-perf/issues/248

# audit:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: Swatinem/rust-cache@v2
# with:
# shared-key: check-ubuntu-latest
# save-if: false
# - uses: baptiste0928/cargo-install@v1
# with:
# crate: cargo-audit
# args: --locked
# - run: |
# cargo audit

rustfmt:
name: rustfmt
Expand Down Expand Up @@ -186,7 +188,7 @@ jobs:
- rustfmt
- clippy
- clippy-upload
- audit
# - audit
- smoketest-cache

steps:
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c050f27

Please sign in to comment.