Skip to content

add marshal messages #14

add marshal messages

add marshal messages #14

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install capnproto
- run: cargo fmt
- run: cargo test