mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
9 lines
182 B
Bash
9 lines
182 B
Bash
set -e
|
|
|
|
curl -L https://risczero.com/install | bash
|
|
/home/runner/.risc0/bin/rzup install
|
|
source env.sh
|
|
|
|
cargo test --release
|
|
cd integration_tests
|
|
cargo run $(pwd)/configs/debug all |