gitlab CI: run ninja test too

Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/62

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-06-21 15:03:49 +10:00
parent 0a9c28c8c0
commit 58b47f122d

View file

@ -511,6 +511,14 @@ fedora:28@build-no-tests-nodeps:
before_script:
- dnf remove -y check-devel
fedora:28@build-run-tests:
<<: *fedora_28_template
<<: *default_build
variables:
FEDORA_VERSION: 28
SKIP_LIBINPUT_TEST_SUITE_RUNNER: 1
NINJA_ARGS: "test"
fedora:28@scan-build:
<<: *fedora_28_template
<<: *default_build