Skip to content

Commit

Permalink
Add more feature checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YuhanLiin committed Jul 14, 2024
1 parent 193d021 commit 8021201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
toolchain: ${{matrix.toolchain}}
components: clippy
- uses: arduino/setup-protoc@v3
- run: cargo clippy --workspace --tests --exclude arm-app -- -Dwarnings
- run: cargo clippy --workspace --tests --no-default-features --exclude arm-app -- -Dwarnings
- run: cargo clippy --workspace --tests --all-features --exclude arm-app -- -Dwarnings
- run: cargo test --workspace --exclude arm-app

build:
Expand Down

0 comments on commit 8021201

Please sign in to comment.