Skip to content

Commit

Permalink
chore(clippy): do not specify projects for risc0 command
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Jun 17, 2024
1 parent 716215f commit 37efcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ if [ -z "$1" ] || [ "$1" == "risc0" ]; then
export RISC0_DEV_MODE=1
export CI=1
cargo ${TOOLCHAIN_RISC0} run --bin risc0-builder
cargo ${TOOLCHAIN_RISC0} clippy -p raiko-host -p risc0-builder -p risc0-driver -F "risc0 enable"
cargo ${TOOLCHAIN_RISC0} clippy -F risc0
fi

0 comments on commit 37efcff

Please sign in to comment.