From c191c073a0c2b13093b93685614d8a6d61ecd3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:36:22 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73401cf9..ec128f83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,16 +19,11 @@ jobs: profile: minimal override: true components: rustfmt, clippy - - uses: actions-rs/cargo@v1.0.1 - name: Run clippy - with: - command: clippy - args: --all-targets --locked -- -D warnings - uses: actions-rs/cargo@v1.0.1 name: Run clippy (All features) with: command: clippy - args: --all-targets --locked --all-features -- -D warnings + args: --all-targets --locked --all-features - uses: actions-rs/cargo@v1.0.1 name: Run tests with: