Skip to content

Specifying the license file is redundant and generates a warning. #5

Specifying the license file is redundant and generates a warning.

Specifying the license file is redundant and generates a warning. #5

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: auguwu/clippy-action@1.4.0
with:
token: ${{secrets.GITHUB_TOKEN}}
- run: cargo test --all-features