Skip to content

fix: Comments #1

fix: Comments #1 #4

Workflow file for this run

name: Test Suite
on: [ pull_request, push ]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features