feat(core): add compact durable world storage and verified CLI
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
||||
cargo fmt --all -- --check
|
||||
cargo clippy --workspace --all-targets --locked -- -D warnings
|
||||
cargo test --workspace --locked
|
||||
cargo build -p shacraft-tools --locked
|
||||
python3 scripts/check_storage.py
|
||||
|
||||
Reference in New Issue
Block a user