From a7a0baf5840b82f4eed262f1b71c35f5115023f1 Mon Sep 17 00:00:00 2001 From: Aditya Kumar <117935160+AS1100K@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:07:44 +0530 Subject: [PATCH] Made CI to run `clippy_check` and `test` in order This is done so that not all tests are running even if one of them fails --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c77c1c..9810455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: # Run cargo clippy -- -D warnings clippy_check: + needs: test name: Clippy runs-on: ubuntu-latest timeout-minutes: 30