Skip to content

Commit

Permalink
ci: Run clippy for more platform-specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 4, 2024
1 parent b0bc8e3 commit 309943c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
secrets: inherit
with:
# We don't support x86_64, so use aarch64-unknown-linux-gnu instead.
target: aarch64-unknown-linux-gnu,mips64-unknown-linux-gnuabi64
target: aarch64-unknown-linux-gnu,armv7-unknown-linux-gnueabihf,riscv64gc-unknown-linux-gnu,mips64-unknown-linux-gnuabi64
# NB: sync with env.TEST_FEATURES
args: --features alloc,stdio,fs,args,time

Expand Down

0 comments on commit 309943c

Please sign in to comment.