From f5f5ab4ef190ff11419d63452b41ab7d707b4238 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Fri, 19 Sep 2025 12:39:19 -0300 Subject: [PATCH] add token program tests to ci tests --- ci_scripts/test-ubuntu.sh | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 ci_scripts/test-ubuntu.sh diff --git a/ci_scripts/test-ubuntu.sh b/ci_scripts/test-ubuntu.sh old mode 100644 new mode 100755 index 6a1710b..0055dad --- a/ci_scripts/test-ubuntu.sh +++ b/ci_scripts/test-ubuntu.sh @@ -5,7 +5,11 @@ curl -L https://risczero.com/install | bash source env.sh RISC0_DEV_MODE=1 cargo test --release + cd integration_tests export NSSA_WALLET_HOME_DIR=$(pwd)/configs/debug/wallet/ export RUST_LOG=info cargo run $(pwd)/configs/debug all +cd .. + +cd nssa/program_methods/guest && cargo test --release