mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
add token program tests to ci tests
This commit is contained in:
parent
2de7e49eeb
commit
f5f5ab4ef1
4
ci_scripts/test-ubuntu.sh
Normal file → Executable file
4
ci_scripts/test-ubuntu.sh
Normal file → Executable 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user