Skip to content

feat(cli): make error message more understand-able. #171

feat(cli): make error message more understand-able.

feat(cli): make error message more understand-able. #171

Workflow file for this run

name: ci
on:
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo test