Run Ci tests in parallel.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
3265c15c30
commit
7c3d94dd28
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -45,8 +45,6 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs: lint
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
@ -79,7 +77,7 @@ jobs:
|
||||
- {type: mls, distro: redhat, monolithic: y, systemd: y, apps-off: unconfined}
|
||||
- {type: mls, distro: debian, monolithic: y, systemd: y, apps-off: unconfined}
|
||||
- {type: mls, distro: gentoo, monolithic: y, systemd: n, apps-off: unconfined}
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user