mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-06 03:40:14 +01:00
CI: always run the tests
Embarassingly, only the valgrind test would actually run tests because it was the only one with a non-null MESON_TEST_ARGS. Let's fix this by explicitly telling the build script to run the tests.
This commit is contained in:
parent
367fa6384f
commit
449d808b42
2 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ fedora:37@container-prep:
|
|||
- .policy
|
||||
stage: build
|
||||
script:
|
||||
- .gitlab-ci/meson-build.sh
|
||||
- .gitlab-ci/meson-build.sh --run-test
|
||||
artifacts:
|
||||
name: "meson-logs-$CI_JOB_NAME"
|
||||
when: always
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ python-ruff:
|
|||
- .policy
|
||||
stage: build
|
||||
script:
|
||||
- .gitlab-ci/meson-build.sh
|
||||
- .gitlab-ci/meson-build.sh --run-test
|
||||
artifacts:
|
||||
name: "meson-logs-$CI_JOB_NAME"
|
||||
when: always
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue