Skip to content

Commit

Permalink
chore: Re-enable cargo-audit in CI (#221)
Browse files Browse the repository at this point in the history
It currently just prints a few warnings about deprecated/unmaintained
crates which we can't do much about.
  • Loading branch information
AzureMarker authored Aug 12, 2020
1 parent 35a9d4f commit e8179a8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,16 @@ version: 2
jobs:
audit:
docker:
- image: circleci/rust:latest
- image: rust:latest
steps:
- checkout
- run:
name: Setup rust
name: Setup cargo-audit
command: |
rustup install stable
rustup default stable
rustup update
cargo install cargo-audit
rustc --version
cargo install cargo-audit
- run:
name: Do audit
command: |
# cargo audit
echo audit temporarily disabled
command: cargo audit
build:
docker:
- image: docker:18.03.0-ce
Expand Down

0 comments on commit e8179a8

Please sign in to comment.