add token program tests to ci tests

This commit is contained in:
Sergio Chouhy 2025-09-19 12:39:19 -03:00
parent 2de7e49eeb
commit f5f5ab4ef1

4
ci_scripts/test-ubuntu.sh Normal file → Executable file
View File

@ -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