From 28edce0fc648f819f216d17d6b5ec01688d8c788 Mon Sep 17 00:00:00 2001 From: Draco Lunaris <331325+Draco-Lunaris@users.noreply.github.com> Date: Sun, 31 May 2026 01:08:50 -0500 Subject: [PATCH] ci: skip doctests to avoid missing certs dependency --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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