Skip to content

Merge pull request #3 from EspressoSystems/rm/file-reorg #57

Merge pull request #3 from EspressoSystems/rm/file-reorg

Merge pull request #3 from EspressoSystems/rm/file-reorg #57

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