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

github: parallel all the CI
pull/661/head
Tamir Duberstein 1 year ago committed by GitHub
commit eb80e6f37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save