From 354668568ebe20929dae85bca7ec6bddc3ff9250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 13 Jul 2024 23:09:48 +0200 Subject: [PATCH] ci: Do not run tests for CiTest builds Given that they are built in release mode, they already take longer to compile. If we run cargo test, they will be compiled again in debug mode and are very likely to reach the timeout. --- .gitlab-ci/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/build.yml b/.gitlab-ci/build.yml index cfe6b682..e38da370 100644 --- a/.gitlab-ci/build.yml +++ b/.gitlab-ci/build.yml @@ -33,6 +33,7 @@ build@aarch64: APP_ID: "org.gnome.Fractal.CiTest" RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo" BUNDLE: "${APP_ID}.flatpak" + RUN_TESTS: 0 build-stable@x86_64: extends: