Skip to content

Commit 5eaa2f5

Browse files
committed
Adapt clippy CI config for new std folder
1 parent ac2e21f commit 5eaa2f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ jobs:
233233
name: Add clippy component
234234
command: rustup component add clippy
235235
- run:
236-
name: Clippy linting
237-
command: cargo clippy -- -D warnings
236+
name: Clippy linting on std
237+
command: cd lib/std && cargo clippy -- -D warnings
238238
- run:
239-
name: Clippy linting on lib/vm (use flags for stable support)
239+
name: Clippy linting on vm (use flags for Rust stable support)
240240
command: cd lib/vm && cargo clippy --no-default-features --features default-cranelift
241241
- run:
242242
name: Clippy linting on hackatom

0 commit comments

Comments
 (0)