Skip to content

feat: change entrypoint to cmd to simplify CI usage #25

feat: change entrypoint to cmd to simplify CI usage

feat: change entrypoint to cmd to simplify CI usage #25

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --locked --all-targets