diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-09 18:02:07 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:19 +0100 |
commit | 3195c94a30e1691fa8465ba5c22c1a177e7ee187 (patch) | |
tree | 2e409686243b0e7576c6c9968d65489b8afbefee /Makefile.example | |
parent | 232060a7e8fd68960e7874d6337cccc4b36ad282 (diff) | |
download | Ishtar-3195c94a30e1691fa8465ba5c22c1a177e7ee187.tar.bz2 Ishtar-3195c94a30e1691fa8465ba5c22c1a177e7ee187.zip |
Minor fix on tests
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 e6de15177..fc072a4fd 100644 --- a/Makefile.example +++ b/Makefile.example @@ -106,7 +106,7 @@ soft_test_ui: clean ## launch soft tests for UI build_gitlab: clean collectstatic ## specific build for gitlab cd $(project); $(PYTHON) ./manage.py migrate -test_gitlab: clean ## specific test for gitlab +test_gitlab: clean collectstatic ## specific test for gitlab cd $(project); $(PYTHON) manage.py test --exclude-tag gis --exclude-tag ui --exclude-tag libreoffice $(apps) soft_test_gitlab: build_gitlab |