diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index 7563add..1e5df07 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -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