From 7792b7d38664daf362c624e33c4692ba91a58244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCn=20=C3=96zerk?= Date: Tue, 20 Feb 2024 13:57:17 +0300 Subject: [PATCH] remove redundant action (#120) --- .github/workflows/cargo-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cargo-tests.yml b/.github/workflows/cargo-tests.yml index 39c85d9..b2fa573 100644 --- a/.github/workflows/cargo-tests.yml +++ b/.github/workflows/cargo-tests.yml @@ -73,9 +73,6 @@ jobs: - name: Run tests run: cargo test --release - - name: Check build - run: cargo check --release - - name: Check clippy run: cargo clippy --release --locked --all-targets -- -D warnings