Skip to content

Update lcp to v0.2.10 #72

Update lcp to v0.2.10

Update lcp to v0.2.10 #72

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- run: make lint-tools
- run: make lint
- run: cargo test