Skip to content

update protocol specific packet routing #74

update protocol specific packet routing

update protocol specific packet routing #74

Workflow file for this run

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- run: cargo build
- run: cargo run --package task build-node-release
- run: cargo test