From 8335b47b039b31c33204760b2634b869eb74da80 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 23 Jul 2021 01:45:19 -0700 Subject: Disable tests --- generate.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'generate.el') 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") -- cgit v1.2.3-54-g00ecf