From: Michael Albinus Date: Sat, 23 Jan 2021 11:13:03 +0000 (+0100) Subject: * test/infra/gitlab-ci.yml (.job-template): Check also for test/lib-src/*.el. X-Git-Tag: emacs-28.0.90~4144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0517ab9c2e140d306fea6285589a1c02dac5064;p=emacs.git * test/infra/gitlab-ci.yml (.job-template): Check also for test/lib-src/*.el. --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 2f71d12bdb3..5a0ab54e4b9 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -72,6 +72,7 @@ default: - lisp/**/*.el - src/*.{h,c} - test/infra/* + - test/lib-src/*.el - test/lisp/**/*.el - test/src/*.el - changes: