mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
CI: ensure test-utils runs all intended tests
This commit is contained in:
parent
368625a9d3
commit
099f99a395
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ test-utils:
|
|||
needs: ["build-all"]
|
||||
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
|
||||
# See apparmor/apparmor#221
|
||||
- make -C parser/tst gen_dbus
|
||||
- make -C parser/tst gen_xtrans
|
||||
- make -C utils check
|
||||
- make -C utils/test coverage-regression
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Reference in a new issue