mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 13:00:00 +00:00
Refactor unit test commands to remove unnecessary flags in doctests and coverage runs
This commit is contained in:
parent
dcc3d6eb6c
commit
3795602e4b
4
.github/workflows/run-unit-tests.yml
vendored
4
.github/workflows/run-unit-tests.yml
vendored
@ -41,10 +41,10 @@ jobs:
|
|||||||
uses: taiki-e/install-action@cargo-llvm-cov
|
uses: taiki-e/install-action@cargo-llvm-cov
|
||||||
|
|
||||||
- name: Run doctests
|
- name: Run doctests
|
||||||
run: cargo test --doc --all-features --workspace --release
|
run: cargo test --doc --release
|
||||||
|
|
||||||
- name: Run unit tests with code coverage
|
- name: Run unit tests with code coverage
|
||||||
run: cargo llvm-cov --all-features --release --workspace --lcov --output-path lcov.info
|
run: cargo llvm-cov --release --lcov --output-path lcov.info
|
||||||
|
|
||||||
- name: Test docs generation
|
- name: Test docs generation
|
||||||
run: cargo doc --no-deps --release
|
run: cargo doc --no-deps --release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user