From a3ca2af26f066900e2db550bbd608aceadf1ac7c Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 12 Sep 2024 21:03:44 +0200 Subject: chore: refactor compiler macros Signed-off-by: Henry Gressmann --- .github/workflows/test.yaml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f6de2d1..ebf0487 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -99,11 +99,3 @@ jobs: target: ${{ matrix.target }} toolchain: ${{ matrix.rust }} if: matrix.target != '' - - - name: Run clippy (${{ matrix.target }}) - uses: houseabsolute/actions-rust-cross@v0.0.13 - with: - command: clippy - target: ${{ matrix.target }} - toolchain: ${{ matrix.rust }} - if: matrix.target != '' -- cgit v1.3.1