Run Ci tests in parallel.

Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
Chris PeBenito 2022-09-14 14:17:45 -04:00
parent 3265c15c30
commit 7c3d94dd28

View File

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