mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-21 05:40:01 +00:00
Compare commits
1 Commits
c4f6a26c8a
...
b747d67f86
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b747d67f86 |
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
|
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 --lib --doc --all-features --workspace --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 --all-features --release --workspace --lcov --output-path lcov.info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user