2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-03 07:45:50 +00:00

CI: ensure test-utils runs all intended tests

This commit is contained in:
intrigeri
2022-02-13 15:39:11 +00:00
parent 368625a9d3
commit 099f99a395

View File

@@ -66,6 +66,9 @@ test-utils:
needs: ["build-all"] needs: ["build-all"]
script: script:
- apt-get install --no-install-recommends -y libc6-dev libjs-jquery libjs-jquery-throttle-debounce libjs-jquery-isonscreen libjs-jquery-tablesorter pyflakes3 python3-coverage python3-notify2 python3-psutil - apt-get install --no-install-recommends -y libc6-dev libjs-jquery libjs-jquery-throttle-debounce libjs-jquery-isonscreen libjs-jquery-tablesorter pyflakes3 python3-coverage python3-notify2 python3-psutil
# See apparmor/apparmor#221
- make -C parser/tst gen_dbus
- make -C parser/tst gen_xtrans
- make -C utils check - make -C utils check
- make -C utils/test coverage-regression - make -C utils/test coverage-regression
artifacts: artifacts: