diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bf03157b..d06c5ddb4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: components: clippy override: true - name: Lint - run: cargo clippy --all-features -- -D warnings + run: cargo clippy --all-features --all-targets -- -D warnings - name: Build and run tests run: cargo test --all-features - name: Install Tarpaulin