Skip to content

v bump

v bump #102

Workflow file for this run

name: BuildAndTest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test --all-features