File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ wormhole-svm-definitions = { git = "https://github.com/wormholelabs-xyz/wormhole
56
56
wormhole-svm-shim = { path = " lib/wormhole/svm/wormhole-core-shims/crates/shim" }
57
57
wormhole-svm-definitions = { path = " lib/wormhole/svm/wormhole-core-shims/crates/definitions" }
58
58
59
- # [profile.release]
60
- # overflow-checks = true
59
+ [profile .release ]
60
+ overflow-checks = true
61
61
# lto = "fat"
62
62
# codegen-units = 1
63
63
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ node_modules:
24
24
25
25
.PHONY : cargo-test
26
26
cargo-test :
27
- cargo test --workspace --all-targets --features $(NETWORK )
27
+ cargo test --lib --workspace --features $(NETWORK )
28
28
29
29
.PHONY : cargo-test-all
30
30
cargo-test-all :
You can’t perform that action at this time.
0 commit comments