Skip to content

Started README specification section #1794

Started README specification section

Started README specification section #1794

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches: ["*"]
jobs:
core:
name: Test Core
uses: ./.github/workflows/rust_ci.yaml
with:
skip_run: true
directory: core
merkle_path:
name: Test Merkle Path parser
uses: ./.github/workflows/rust_ci.yaml
with:
skip_run: true
directory: state_utility/merkle_path
merkle_root_parser:
name: Test Merkle Root parser
uses: ./.github/workflows/rust_ci.yaml
with:
skip_run: true
directory: state_utility/parser