Skip to content

🧹 chore: make clippy happy #123

🧹 chore: make clippy happy

🧹 chore: make clippy happy #123

Workflow file for this run

name: Unit Tests (On Push)
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: |
cargo test --release -- test_ --nocapture