diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yaml | 8 |
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 != '' |
