Fix doctest command to include library tests in run-unit-tests workflow

This commit is contained in:
Palash Tyagi 2025-05-04 01:31:32 +01:00
parent 0e7c18656c
commit d7385f789b

View File

@ -41,7 +41,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run doctests
run: cargo test --doc --all-features --workspace --release
run: cargo test --lib --doc --all-features --workspace --release
- name: Run unit tests with code coverage
run: cargo llvm-cov --all-features --release --workspace --lcov --output-path lcov.info