diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0cf8c04c..23a947be 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,12 +21,11 @@ jobs: uses: ./.github/actions/build-dependencies with: github-token: ${{ secrets.GITHUB_TOKEN }} - # Clippy requires nightly due to serai-runtime requiring it rust-toolchain: ${{ steps.nightly.outputs.version }} rust-components: clippy - name: Run Clippy - run: cargo clippy --all-features --all-targets -- -D warnings -A dead_code + run: cargo clippy --all-features --all-targets -- -D warnings deny: runs-on: ubuntu-latest