This commit is contained in:
Palash Tyagi
2025-05-04 00:31:37 +00:00
committed by GitHub

View File

@@ -12,6 +12,7 @@ concurrency:
jobs:
pick-runner:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
outputs:
runner: ${{ steps.choose.outputs.use-runner }}
@@ -40,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