Skip to content

Commit

Permalink
Disable Clippy for VxWorks
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jun 12, 2024
1 parent c903c6d commit cd496e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
run: cargo clippy -Zbuild-std --target wasm32-wasip2
- name: Hermit (hermit.rs)
run: cargo clippy -Zbuild-std --target x86_64-unknown-hermit
- name: VxWorks (vxworks.rs)
run: cargo clippy -Zbuild-std --target x86_64-wrs-vxworks
# - name: VxWorks (vxworks.rs)
# run: cargo clippy -Zbuild-std --target x86_64-wrs-vxworks
- name: SOLID (solid.rs)
run: cargo clippy -Zbuild-std --target aarch64-kmc-solid_asp3
- name: ESP-IDF (espidf.rs)
Expand Down

0 comments on commit cd496e2

Please sign in to comment.