lssa/ci_scripts/test-ubuntu.sh

12 lines
278 B
Bash
Raw Normal View History

2024-11-25 11:02:57 +02:00
set -e
curl -L https://risczero.com/install | bash
/home/runner/.risc0/bin/rzup install
2025-04-18 08:17:56 -04:00
source env.sh
2024-11-25 11:02:57 +02:00
2025-08-27 17:24:59 -03:00
RISC0_DEV_MODE=1 cargo test --release
2025-07-31 14:40:23 +03:00
cd integration_tests
2025-08-11 14:01:13 +03:00
export NSSA_WALLET_HOME_DIR=$(pwd)/configs/debug/wallet/
2025-09-02 09:01:33 +03:00
export RUST_LOG=info
2025-08-27 17:24:59 -03:00
cargo run $(pwd)/configs/debug all