feat(core): add compact durable world storage and verified CLI
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: Core checks
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
storage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: 1.96.0
|
||||
components: rustfmt, clippy
|
||||
- name: Verify storage and crash recovery
|
||||
run: bash scripts/verify.sh
|
||||
|
||||
Reference in New Issue
Block a user