Procházet zdrojové kódy

github: parallel all the CI

Human time is more precious than computer time.
Tamir Duberstein před 1 rokem
rodič
revize
d6322d2da3
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      .github/workflows/ci.yml

+ 0 - 3
.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: