Skip to content

fix(lints): fix several clippy lints #56

fix(lints): fix several clippy lints

fix(lints): fix several clippy lints #56

Workflow file for this run

name: RnR
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
verify:
name: Verify the project
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build project
shell: bash
run: cargo build --verbose
- name: Run tests
shell: bash
run: cargo test --verbose