mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Revert "Fix doctest command to include library tests in run-unit-tests workflow"
This reverts commit d7385f789bdfe720a906183cdbc567c2f2745a4a.
This commit is contained in:
parent
d7385f789b
commit
204cee0f47
2
.github/workflows/run-unit-tests.yml
vendored
2
.github/workflows/run-unit-tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user