diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dd3fef..b1d8d77 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 + + - name: Run cargo audit + run: cargo audit + - name: Run all examples run: ./run-all-examples.sh