diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4c7a2d..1f5c706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,5 +60,11 @@ jobs: - name: Test in release mode run: cargo test --release --all --verbose + - name: Install cargo-audit + run: cargo install cargo-audit --deny warnings + + - name: Run cargo audit + run: cargo audit + - name: Run all examples run: ./run-all-examples.sh