mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
fix: ci test 5
This commit is contained in:
parent
05e01f3a76
commit
dc57f6b027
@ -1,8 +1,8 @@
|
||||
set -e
|
||||
|
||||
#cargo install taplo-cli --locked
|
||||
cargo install taplo-cli --locked
|
||||
|
||||
cargo fmt -- --check
|
||||
#taplo fmt --check
|
||||
taplo fmt --check
|
||||
|
||||
#RISC0_SKIP_BUILD=1 cargo clippy --workspace --all-targets -- -D warnings
|
||||
RISC0_SKIP_BUILD=1 cargo clippy --workspace --all-targets -- -D warnings
|
||||
|
||||
@ -3,15 +3,15 @@ set -e
|
||||
curl -L https://risczero.com/install | bash
|
||||
/home/runner/.risc0/bin/rzup install
|
||||
|
||||
#RISC0_DEV_MODE=1 cargo test --release --features no_docker
|
||||
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
|
||||
#echo "Try test valid proof at least once"
|
||||
#cargo run $(pwd)/configs/debug test_success_private_transfer_to_another_owned_account
|
||||
#echo "Continuing in dev mode"
|
||||
echo "Try test valid proof at least once"
|
||||
cargo run $(pwd)/configs/debug test_success_private_transfer_to_another_owned_account
|
||||
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
|
||||
#cd ..
|
||||
cd ..
|
||||
|
||||
#cd nssa/program_methods/guest && cargo test --release
|
||||
cd nssa/program_methods/guest && cargo test --release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user