mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-04 06:13:10 +00:00
fix: test run
This commit is contained in:
parent
dc57f6b027
commit
adcf70da76
@ -11,7 +11,7 @@ export RUST_LOG=info
|
|||||||
echo "Try test valid proof at least once"
|
echo "Try test valid proof at least once"
|
||||||
cargo run $(pwd)/configs/debug test_success_private_transfer_to_another_owned_account
|
cargo run $(pwd)/configs/debug test_success_private_transfer_to_another_owned_account
|
||||||
echo "Continuing in dev mode"
|
echo "Continuing in dev mode"
|
||||||
RISC0_DEV_MODE=1 cargo run $(pwd)/configs/debug test_success_private_transfer_to_another_owned_account_cont_run_path
|
RISC0_DEV_MODE=1 cargo run $(pwd)/configs/debug all
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd nssa/program_methods/guest && cargo test --release
|
cd nssa/program_methods/guest && cargo test --release
|
||||||
|
|||||||
@ -12,7 +12,7 @@ chacha20 = { version = "0.9", default-features = false }
|
|||||||
k256 = { version = "0.13.3", optional = true }
|
k256 = { version = "0.13.3", optional = true }
|
||||||
base58 = { version = "0.2.0", optional = true }
|
base58 = { version = "0.2.0", optional = true }
|
||||||
anyhow = { version = "1.0.98", optional = true }
|
anyhow = { version = "1.0.98", optional = true }
|
||||||
borsh = "1.5.7"
|
borsh.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user