Compare commits

...

2 Commits

Author SHA1 Message Date
Palash Tyagi
c4f6a26c8a
Merge 204cee0f47ff42974e0364a61284d244acc6ec70 into fc508bb1a99f8b95b4dea8027677e25ac101aa25 2025-05-04 02:01:18 +01:00
Palash Tyagi
204cee0f47 Revert "Fix doctest command to include library tests in run-unit-tests workflow"
This reverts commit d7385f789bdfe720a906183cdbc567c2f2745a4a.
2025-05-04 02:01:09 +01:00

View File

@ -41,7 +41,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run doctests
run: cargo test --lib --doc --all-features --workspace --release
run: cargo test --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