From adcf70da7613196e125ec835ea9e58fb99ff7d18 Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Tue, 25 Nov 2025 08:58:15 +0200 Subject: [PATCH] fix: test run --- ci_scripts/test-ubuntu.sh | 2 +- nssa/core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci_scripts/test-ubuntu.sh b/ci_scripts/test-ubuntu.sh index af57bc7..8114cb7 100755 --- a/ci_scripts/test-ubuntu.sh +++ b/ci_scripts/test-ubuntu.sh @@ -11,7 +11,7 @@ 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" -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 nssa/program_methods/guest && cargo test --release diff --git a/nssa/core/Cargo.toml b/nssa/core/Cargo.toml index 0e16a3f..67f40b2 100644 --- a/nssa/core/Cargo.toml +++ b/nssa/core/Cargo.toml @@ -12,7 +12,7 @@ chacha20 = { version = "0.9", default-features = false } k256 = { version = "0.13.3", optional = true } base58 = { version = "0.2.0", optional = true } anyhow = { version = "1.0.98", optional = true } -borsh = "1.5.7" +borsh.workspace = true [features] default = []