From 92804b5b55c0703a1b18edce891ce01f97a28ec3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 11 May 2023 08:52:48 -0400 Subject: [PATCH] Drop the duplicate x11 testsuite run We currently run the testsuite against x11 in both the debug and release builds. Once ought to be enough. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60a30336b7..5a38c67b5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,7 +95,6 @@ fedora-x86_64: ${FEATURE_FLAGS} _build - meson compile -C _build - - .gitlab-ci/run-tests.sh _build x11 - .gitlab-ci/run-tests.sh _build wayland - .gitlab-ci/run-tests.sh _build wayland_gles -- 2.30.2