github: parallel all the CI

Human time is more precious than computer time.
pull/689/head
Tamir Duberstein 1 year ago
parent 51cd36378a
commit d6322d2da3
No known key found for this signature in database

@ -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:

Loading…
Cancel
Save