Skip to content

feat: add generate storage root commands #5

feat: add generate storage root commands

feat: add generate storage root commands #5

Workflow file for this run

name: Build
on:
pull_request:
branches: [ "main", "develop" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y liburing-dev
- name: Build
run: cargo build --workspace --features jemalloc,asm-keccak,io-uring