summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-03-18 11:17:31 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-03-18 11:48:03 +0100
commit0963064f48f82567a4db901c67800bba61ba8f49 (patch)
treecbd9639a3cc7ff8fd86b890d5d805943109a8e68 /Makefile.example
parent9c5c437483a41809c94f23274bdaf574e059b6fa (diff)
downloadIshtar-0963064f48f82567a4db901c67800bba61ba8f49.tar.bz2
Ishtar-0963064f48f82567a4db901c67800bba61ba8f49.zip
CI: execute gis test first
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index 3330f3dc7..1ac950635 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -87,7 +87,8 @@ build_gitlab: clean collectstatic ## specific build for gitlab
cd $(project); $(PYTHON) ./manage.py migrate
test_gitlab: build_gitlab ##
- cd $(project); $(PYTHON) manage.py test $(apps)
+ cd $(project); $(PYTHON) manage.py test --tag gis $(apps)
+ cd $(project); $(PYTHON) manage.py test --exclude-tag gis $(apps)
soft_test_gitlab: build_gitlab
cd $(project); $(PYTHON) manage.py -k test $(apps)