Skip to content

docs: Add how to install and crates.io badge (#8) #49

docs: Add how to install and crates.io badge (#8)

docs: Add how to install and crates.io badge (#8) #49

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --verbose
- run: cargo test