ci: skip doctests to avoid missing certs dependency
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user