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")
("artifacts"
("paths" "bin/")))
,@(mapcar #'module->unit-test
(cl-remove-if-not #'unit-test-exists-p modules))
,@(mapcar #'module->integration-test
(cl-remove-if-not #'integration-test-exists-p modules))
;; ,@(mapcar #'module->unit-test
;; (cl-remove-if-not #'unit-test-exists-p modules))
;; ,@(mapcar #'module->integration-test
;; (cl-remove-if-not #'integration-test-exists-p modules))
("deploy"
("only" "master")
("stage" . "deploy")