diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 657f4e1..125582b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Install system dependencies run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev libfontconfig1-dev - - run: cargo test --workspace --all-features + - run: cargo test --workspace --all-features --lib --bins --tests security-audit: name: Security Audit