diff options
author | Philip Withnall <pwithnall@gnome.org> | 2024-02-01 10:45:38 +0000 |
---|---|---|
committer | Philip Withnall <pwithnall@gnome.org> | 2024-02-01 10:45:38 +0000 |
commit | 5fb6c9115501462f464fd27dd694da97968be6ae (patch) | |
tree | 3d4fdc54925c7d4722921a102d4cbfd9ea433a63 | |
parent | d4a8ac9214a3f43434592efc672c86eda5ccc211 (diff) |
ci: Don’t run tests again when checking that dist works
The tests have just been run by `meson test`, so there’s no need to run
them again.
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cead7b..3462b8c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ fedora-x86_64-container_prep: - meson setup _build - meson compile -C _build - meson test -C _build --no-suite xdgmime - - meson dist -C _build + - meson dist -C _build --no-tests artifacts: when: always paths: |