mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 22:03:06 +00:00
fix integration tests
This commit is contained in:
parent
f200f39779
commit
d7240e073a
@ -9,11 +9,11 @@ RISC0_DEV_MODE=1 cargo test --release --features no_docker
|
||||
cd integration_tests
|
||||
export NSSA_WALLET_HOME_DIR=$(pwd)/configs/debug/wallet/
|
||||
export RUST_LOG=info
|
||||
cargo run --features no_docker $(pwd)/configs/debug all
|
||||
cargo run $(pwd)/configs/debug all
|
||||
echo "Try test valid proof at least once"
|
||||
cargo run --features no_docker $(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"
|
||||
RISC0_DEV_MODE=1 cargo run --features no_docker $(pwd)/configs/debug all
|
||||
RISC0_DEV_MODE=1 cargo run $(pwd)/configs/debug all
|
||||
cd ..
|
||||
|
||||
cd nssa/program_methods/guest && cargo test --release --features no_docker
|
||||
cd nssa/program_methods/guest && cargo test --release
|
||||
|
||||
@ -36,3 +36,4 @@ path = "../common"
|
||||
|
||||
[dependencies.nssa]
|
||||
path = "../nssa"
|
||||
features = ["no_docker"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user