From f23c0db496f8afdd896982ca390c6c94b39251ae Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Thu, 16 Jan 2025 00:35:13 -0800 Subject: [PATCH] Re-run CI pipeline when tests are added or modified --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7fd6b4750..7bd840cce2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ stages: - ctrl/text.dat - xtrn/**/{GNUm,M}akefile - xtrn/**/*.{c,h,cpp,hpp,mk} + - exec/tests/**/* include: - local: '.gitlab-ci-unix.yml' -- GitLab