From d6322d2da3520937ca042357c1fd265dc7f4e0df Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Tue, 25 Jul 2023 19:33:38 -0400 Subject: [PATCH] github: parallel all the CI Human time is more precious than computer time. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0d8af6b..1bc43e38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,6 @@ jobs: --workspace build-test-aya: - needs: ["lint"] strategy: fail-fast: false matrix: @@ -95,7 +94,6 @@ jobs: --workspace build-test-aya-bpf: - needs: ["lint"] strategy: fail-fast: false matrix: @@ -134,7 +132,6 @@ jobs: integration-test: runs-on: macos-latest - needs: ["lint", "build-test-aya", "build-test-aya-bpf"] steps: - uses: actions/checkout@v3 with: