summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yaml8
1 files changed, 0 insertions, 8 deletions
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 != ''