mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 22:03:06 +00:00
6 lines
112 B
Bash
6 lines
112 B
Bash
|
|
set -e
|
||
|
|
|
||
|
|
curl -L https://risczero.com/install | bash
|
||
|
|
/home/runner/.risc0/bin/rzup install
|
||
|
|
|
||
|
|
cargo test --release
|