Skip to content

Commit 2f4b49f

Browse files
author
Bengt Lofgren
committed
Cargo toml edited and Makefile all targets removed
1 parent 6f4c4ce commit 2f4b49f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

solana/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ wormhole-svm-definitions = { git = "https://github.com/wormholelabs-xyz/wormhole
5656
wormhole-svm-shim = { path = "lib/wormhole/svm/wormhole-core-shims/crates/shim" }
5757
wormhole-svm-definitions = { path = "lib/wormhole/svm/wormhole-core-shims/crates/definitions" }
5858

59-
# [profile.release]
60-
# overflow-checks = true
59+
[profile.release]
60+
overflow-checks = true
6161
# lto = "fat"
6262
# codegen-units = 1
6363

solana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ node_modules:
2424

2525
.PHONY: cargo-test
2626
cargo-test:
27-
cargo test --workspace --all-targets --features $(NETWORK)
27+
cargo test --lib --workspace --features $(NETWORK)
2828

2929
.PHONY: cargo-test-all
3030
cargo-test-all:

0 commit comments

Comments
 (0)