diff --git a/generate.el b/generate.el index 5743cb2..121b6d3 100644 --- a/generate.el +++ b/generate.el @@ -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")