From 4f5f7fc644d54d430947e77e3c99189bdaddc60d Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Sun, 8 Jun 2025 00:24:44 -0400 Subject: [PATCH] run jobs as concurrently as possible Signed-off-by: Jason Hall --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7792bc8..e4ee80a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,6 @@ jobs: integration: name: Integration Test runs-on: ubuntu-latest - needs: [test, fmt, clippy] # Only run after other tests pass services: registry: image: registry:2 @@ -170,7 +169,6 @@ jobs: extended-platforms: name: Extended Platform Support runs-on: ubuntu-latest - needs: [test] # Only run after basic tests pass steps: - uses: actions/checkout@v4 - name: Install Rust