aboutsummaryrefslogtreecommitdiffstats
path: root/generate.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-23 01:45:19 -0700
committerGravatar Tom Willemse2021-07-23 01:45:19 -0700
commit8335b47b039b31c33204760b2634b869eb74da80 (patch)
treeecaa47dcf04ff2cbdb0f8d829c4311f143ecf5cf /generate.el
parent6e048627a10da53a12be65ba964f327d12872a46 (diff)
downloademacs-config-8335b47b039b31c33204760b2634b869eb74da80.tar.gz
emacs-config-8335b47b039b31c33204760b2634b869eb74da80.zip
Disable tests
Diffstat (limited to 'generate.el')
-rw-r--r--generate.el8
1 files changed, 4 insertions, 4 deletions
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")