From 6d0c7514edfce53ab33b66868193110fb5170d7d Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 31 Jan 2023 14:10:31 -0500 Subject: split make test-github into different actions --- .github/workflows/build.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4dd7097d..a1211a72b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,9 +67,21 @@ jobs: run: make - name: make install run: sudo make install - - name: print version + - name: print firejail version run: command -V firejail && firejail --version + - name: lab setup + run: SHELL=/bin/bash make lab-setup - name: run sysutils tests run: SHELL=/bin/bash make test-sysutils - - name: run tests - run: SHELL=/bin/bash make test-github + - name: run profile tests + run: SHELL=/bin/bash make test-priofiles + - name: run fcopy tests + run: SHELL=/bin/bash make test-fcopy + - name: run fnetfilter tests + run: SHELL=/bin/bash make test-fnetfilter + - name: run fs tests + run: SHELL=/bin/bash make test-fs + - name: run utils tests + run: SHELL=/bin/bash make test-utils + - name: run environment tests + run: SHELL=/bin/bash make test-environment -- cgit v1.2.3-54-g00ecf