diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 6dbb6d3..a023e96 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Lint - run: cargo clippy --all + run: cargo clippy --all --all-targets --all-features - name: Build run: cargo build --all - name: Run tests