Skip to content

💫 meta: make pre-commit clippy run with --fix #130

💫 meta: make pre-commit clippy run with --fix

💫 meta: make pre-commit clippy run with --fix #130

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