diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31390ce..57e50d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: