diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-10 12:25:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
commit | 7d363ece174d5c814ef043e24ccc9a32ee1b2079 (patch) | |
tree | 651d0e165f1af9db388d8c4f8eb629f31c1bc32a /Makefile.example | |
parent | 287e7bbe2489e86bf6420e445a2b804236ee978c (diff) | |
download | Ishtar-7d363ece174d5c814ef043e24ccc9a32ee1b2079.tar.bz2 Ishtar-7d363ece174d5c814ef043e24ccc9a32ee1b2079.zip |
Test CI: tag to disable a test
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index e128e3015..98ff2ecd9 100644 --- a/Makefile.example +++ b/Makefile.example @@ -107,7 +107,7 @@ build_gitlab: clean collectstatic makemessages ## specific build for gitlab cd $(project); $(PYTHON) ./manage.py migrate test_gitlab: clean collectstatic makemessages ## specific test for gitlab - cd $(project); $(PYTHON) manage.py test --exclude-tag gis --exclude-tag ui --exclude-tag libreoffice $(apps) + cd $(project); $(PYTHON) manage.py test --exclude-tag no_ci --exclude-tag gis --exclude-tag ui --exclude-tag libreoffice $(apps) soft_test_gitlab: build_gitlab cd $(project); $(PYTHON) manage.py -k test $(apps) |