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")
|
||||
("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")
|
||||
|
|
Loading…
Reference in a new issue