add dev mode to ci rust tests

This commit is contained in:
Sergio Chouhy 2025-08-27 17:24:59 -03:00
parent 0a3f093d60
commit 8dbb636a14

View File

@ -4,7 +4,7 @@ curl -L https://risczero.com/install | bash
/home/runner/.risc0/bin/rzup install
source env.sh
cargo test --release
RISC0_DEV_MODE=1 cargo test --release
cd integration_tests
export NSSA_WALLET_HOME_DIR=$(pwd)/configs/debug/wallet/
cargo run $(pwd)/configs/debug all
cargo run $(pwd)/configs/debug all