Skip to content

Commit

Permalink
test: enable debug-assertions in cargo-miden test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Dec 17, 2024
1 parent 5f75549 commit 6e4ea6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/rust-apps-wasm/rust-sdk/cross-ctx-account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ panic = "abort"
# library code unintentionally
panic = "abort"
opt-level = 1
debug-assertions = false
debug-assertions = true
overflow-checks = false
debug = true

Expand All @@ -42,4 +42,3 @@ package = "miden:cross-ctx-account"
[package.metadata.component.target.dependencies]
"miden:base" = { path = "../wit-sdk/miden.wit" }
"miden:core-import" = { path = "../wit-sdk/miden-core-import.wit" }

2 changes: 1 addition & 1 deletion tests/rust-apps-wasm/rust-sdk/cross-ctx-note/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ panic = "abort"
# library code unintentionally
panic = "abort"
opt-level = 1
debug-assertions = false
debug-assertions = true
overflow-checks = false
debug = true

Expand Down

0 comments on commit 6e4ea6c

Please sign in to comment.