Check compilation without default features in CI

Other workspace members enable some features, so check in isolation.
This commit is contained in:
Dirkjan Ochtman
2024-05-03 16:40:13 +02:00
committed by Benjamin Saunders
parent 272dd5d45f
commit f28cb3d8d6
+1
View File
@@ -71,6 +71,7 @@ jobs:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --all -- --check
- run: cargo check --manifest-path quinn/Cargo.toml --all-targets --no-default-features
- run: cargo clippy --all-targets -- -D warnings
- uses: dtolnay/rust-toolchain@stable
with: