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:
Peter Hutterer 2023-03-07 11:57:46 +10:00
parent 367fa6384f
commit 449d808b42
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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