Skip to content

update test

update test #20

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo test --all
- run: cargo clippy --all -- -D warnings