From 5fb6c9115501462f464fd27dd694da97968be6ae Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 1 Feb 2024 10:45:38 +0000 Subject: ci: Don’t run tests again when checking that dist works MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tests have just been run by `meson test`, so there’s no need to run them again. Signed-off-by: Philip Withnall --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3