4
0
Эх сурвалжийг харах

Merge pull request #689 from aya-rs/parallel-ci

github: parallel all the CI
Tamir Duberstein 1 жил өмнө
parent
commit
eb80e6f37e

+ 0 - 3
.github/workflows/ci.yml

@@ -47,7 +47,6 @@ jobs:
             --workspace
             --workspace
 
 
   build-test-aya:
   build-test-aya:
-    needs: ["lint"]
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:
@@ -95,7 +94,6 @@ jobs:
             --workspace
             --workspace
 
 
   build-test-aya-bpf:
   build-test-aya-bpf:
-    needs: ["lint"]
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       matrix:
@@ -134,7 +132,6 @@ jobs:
 
 
   integration-test:
   integration-test:
     runs-on: macos-latest
     runs-on: macos-latest
-    needs: ["lint", "build-test-aya", "build-test-aya-bpf"]
     steps:
     steps:
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3
         with:
         with: