Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

feat: initializing CLI for node initing and running (#55) #53

feat: initializing CLI for node initing and running (#55)

feat: initializing CLI for node initing and running (#55) #53

Workflow file for this run

name: Cargo Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: sudo apt-get install protobuf-compiler
- run: cargo test --all