From cb1104edf9c6ed0dc753724259b5c12fa5619afb Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 6 Feb 2023 22:28:25 -0500 Subject: private-etc testing --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f075ec493..f61e19fdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: - name: update package information run: sudo apt-get update - name: install dependencies - run: sudo apt-get install gcc-12 libapparmor-dev libselinux1-dev expect xzdec + run: sudo apt-get install gcc-12 libapparmor-dev libselinux1-dev expect xzdec whois - name: configure run: CC=gcc-12 ./configure --enable-fatal-warnings --enable-analyzer --enable-apparmor --enable-selinux --prefix=/usr - name: make @@ -73,6 +73,8 @@ jobs: run: SHELL=/bin/bash make lab-setup - name: run sysutils tests run: SHELL=/bin/bash make test-sysutils + - name: run private-etc tests + run: SHELL=/bin/bash make test-private-etc - name: run profile tests run: SHELL=/bin/bash make test-profiles - name: run fcopy tests -- cgit v1.2.3-54-g00ecf