Skip to content

move (some) of the handlers #54

move (some) of the handlers

move (some) of the handlers #54

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
- run: cargo clippy