Private
Public Access
1
0

ci: skip doctests to avoid missing certs dependency

This commit is contained in:
Draco Lunaris
2026-05-31 01:08:50 -05:00
parent 0f0a534f25
commit 28edce0fc6

View File

@ -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