Skip to content

much cleaner, but still working on tests and docs #49

much cleaner, but still working on tests and docs

much cleaner, but still working on tests and docs #49

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