summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-09-12 21:03:44 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-09-12 21:03:44 +0200
commita3ca2af26f066900e2db550bbd608aceadf1ac7c (patch)
tree46cee7360d3299758e5e862cd0ae09d9b8e2e437 /.github/workflows/test.yaml
parent15ab54b24241434718b35e8d9bbdc4f1b275d277 (diff)
chore: refactor compiler macros
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github/workflows/test.yaml')
-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 != ''