ci: use "cargo check" for MSRV check (#278)

This commit is contained in:
Daniel Hofstetter
2026-04-01 09:56:10 +02:00
committed by GitHub
parent fe0fd40ea5
commit 108ebcb04a
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_MIN_SRV }}
- run: cargo test
- run: cargo check
coverage:
name: Code Coverage