Disable tests
This commit is contained in:
parent
6e048627a1
commit
8335b47b03
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue