1
0
Fork 0

Disable tests

This commit is contained in:
Tom Willemse 2021-07-23 01:45:19 -07:00
parent 6e048627a1
commit 8335b47b03

View file

@ -69,10 +69,10 @@
("script" . "make package") ("script" . "make package")
("artifacts" ("artifacts"
("paths" "bin/"))) ("paths" "bin/")))
,@(mapcar #'module->unit-test ;; ,@(mapcar #'module->unit-test
(cl-remove-if-not #'unit-test-exists-p modules)) ;; (cl-remove-if-not #'unit-test-exists-p modules))
,@(mapcar #'module->integration-test ;; ,@(mapcar #'module->integration-test
(cl-remove-if-not #'integration-test-exists-p modules)) ;; (cl-remove-if-not #'integration-test-exists-p modules))
("deploy" ("deploy"
("only" "master") ("only" "master")
("stage" . "deploy") ("stage" . "deploy")