mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-02-01 00:25:06 -06:00
test: switch to llvm-cov for coverage, switch to cargo-nextest as test runner
This commit is contained in:
Vendored
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user