diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 730de80..1c20fbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,19 @@ jobs: with: command: build args: --release --all-features + clippy: + runs-on: ubuntu-latest + env: + RUSTFLAGS: "-Dwarnings" + steps: + - uses: actions/checkout@v2 + - uses: actions-rs/toolchain@v1 + with: + toolchain: stable + - uses: actions-rs/cargo@v1 + with: + command: clipy + args: --all-features test: runs-on: ubuntu-latest steps: