Skip to content

Commit

Permalink
f skip audit due to bodil/sized-chunks#11
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Sep 10, 2020
1 parent 4c21e77 commit 549428a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ commands:
name: Setup Rust checks
command: |
rustup component add rustfmt
cargo install cargo-audit
# cargo install cargo-audit
rustup component add clippy
rust-check:
steps:
- run:
name: Core Rust Checks
command: |
cargo fmt -- --check
cargo audit
# skipping audit pending https://github.com/bodil/sized-chunks/issues/11
#cargo audit
rust-clippy:
steps:
- run:
Expand Down

0 comments on commit 549428a

Please sign in to comment.