aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <chpebeni@linux.microsoft.com>2022-09-14 14:17:45 -0400
committerKenton Groombridge <concord@gentoo.org>2022-11-02 10:06:36 -0400
commitb9f3e9face630c6eba1c52b576083e191a228bb6 (patch)
treec49287a1c28ca906af75b59a2a872bcd5b4a4e0b /.github
parentinit: Add tunable for systemd to create all its mountpoints. (diff)
downloadhardened-refpolicy-b9f3e9face630c6eba1c52b576083e191a228bb6.tar.gz
hardened-refpolicy-b9f3e9face630c6eba1c52b576083e191a228bb6.tar.bz2
hardened-refpolicy-b9f3e9face630c6eba1c52b576083e191a228bb6.zip
Run Ci tests in parallel.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com> Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index c0b0bcd9b..3046d3446 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -45,8 +45,6 @@ jobs:
build:
runs-on: ubuntu-latest
- needs: lint
-
strategy:
fail-fast: false
@@ -70,7 +68,7 @@ jobs:
- {type: mcs, distro: gentoo, monolithic: y, systemd: n, apps-off: unconfined}
- {type: mls, distro: gentoo, monolithic: y, systemd: y, apps-off: unconfined}
- {type: mls, distro: gentoo, monolithic: y, systemd: n, apps-off: unconfined}
-
+
steps:
- uses: actions/checkout@v2