Skip to content

added clippy to workflow #7

added clippy to workflow

added clippy to workflow #7

Workflow file for this run

name: tests
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo clippy --all-targets --all-features -- -D warnings
- run: cargo test