test: switch to llvm-cov for coverage, switch to cargo-nextest as test runner

This commit is contained in:
2025-07-28 19:59:40 -05:00
parent 04cf8f217f
commit f86c106593
2 changed files with 9 additions and 9 deletions

View File

@@ -42,8 +42,10 @@ jobs:
cargo install cargo-vcpkg
cargo vcpkg -v build
- name: Run tests
run: cargo test --workspace --verbose
- uses: taiki-e/install-action@nextest
- name: Run nextest
run: cargo nextest run --workspace
- name: Run clippy
run: cargo clippy -- -D warnings