Skip to content

Commit f6fe4fb

Browse files
Enable sierra-emu checks (#1195)
* Fix clippy warning with profiles * Run clippy in whole workspace
1 parent 81ac670 commit f6fe4fb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ build-dev: check-llvm
5858
.PHONY: check
5959
check: check-llvm
6060
cargo fmt --all -- --check
61-
cargo clippy --all-targets --all-features -- -D warnings
61+
cargo clippy --workspace --all-targets --all-features -- -D warnings
6262

6363
.PHONY: test
6464
test: check-llvm needs-cairo2 build-alexandria

debug_utils/sierra-emu/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,3 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
4141
[dev-dependencies]
4242
cairo-lang-compiler = "=2.12.0-dev.0"
4343
cairo-lang-starknet = "=2.12.0-dev.0"
44-
45-
# On dev optimize dependencies a bit so it's not as slow.
46-
[profile.dev.package."*"]
47-
opt-level = 1

0 commit comments

Comments
 (0)