From 18cd2d2bfef7bf86c160f47f320407fff595fd39 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@sift.net>
Date: Tue, 16 Feb 2021 13:30:08 -0600
Subject: [PATCH] Test should not make docs.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4212e6ae1..6a81b0bc5 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ test-lisp: build/asdf.lisp show-version
 
 t: test-lisp
 
-test: doc test-lisp test-clean-load test-load-systems
+test: test-lisp test-clean-load test-load-systems
 
 test-load-systems: build/asdf.lisp show-version
 	./test/run-tests.sh -l ${l} ${s}
-- 
GitLab