Skip to content

Commit

Permalink
Update Clippy run command to include specific features and skip LLVM JIT
Browse files Browse the repository at this point in the history
  • Loading branch information
lum1n0us committed Jan 21, 2025
1 parent 976251e commit 0fb84e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@ jobs:
with:
submodules: true

# The LLVM JIT feature on the Rust SDK is still in development.
# Let's skip it for now.
- name: Run Clippy
run: cargo clippy --all-targets --all-features
run: |
cargo clippy --all-targets --features \
custom-section,dump-call-stack,esp-idf,hw-bound-check,multi-module,name-section
# all test cases
test:
Expand Down

0 comments on commit 0fb84e6

Please sign in to comment.