mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-25 12:57:07 +00:00
Check compilation without default features in CI
Other workspace members enable some features, so check in isolation.
This commit is contained in:
committed by
Benjamin Saunders
parent
272dd5d45f
commit
f28cb3d8d6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user