summaryrefslogtreecommitdiff
path: root/test/infra
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-01-23 12:13:03 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-01-23 12:13:03 +0100
commitf0517ab9c2e140d306fea6285589a1c02dac5064 (patch)
treeb82895f4f4be3de1696db55ca958bc203a0cce83 /test/infra
parent8d8e1dfd05fd79859e8206de0e89329b0d862ce1 (diff)
downloademacs-f0517ab9c2e140d306fea6285589a1c02dac5064.tar.gz
* test/infra/gitlab-ci.yml (.job-template): Check also for test/lib-src/*.el.
Diffstat (limited to 'test/infra')
-rw-r--r--test/infra/gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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: