mirror of
https://github.com/trussed-dev/littlefs2.git
synced 2026-06-20 04:16:32 -07:00
Fix compilation without default features
This commit is contained in:
@@ -27,6 +27,15 @@ jobs:
|
||||
run: rustup show
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Check
|
||||
run: |
|
||||
cargo check --all-targets
|
||||
cargo check --all-targets --all-features
|
||||
cargo check --all-targets --no-default-features
|
||||
cargo check --all-targets --no-default-features --features serde
|
||||
cargo check --all-targets --no-default-features --features dir-entry-path
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release --verbose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user