Skip to content

refactor: clippy fix #81

refactor: clippy fix

refactor: clippy fix #81

Workflow file for this run

name: Cargo Build & Test
on:
pull_request:
paths-ignore:
- ".gitignore"
- "README.md"
- "LICENSE"
- ".github/workflows/*"
jobs:
test:
name: Test on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain:
- nightly-2022-11-03
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo test --verbose