From 04c1d8cff748b5b9b1b5bb4d91d5561c99e9ee38 Mon Sep 17 00:00:00 2001 From: Stuart Dilts Date: Sat, 19 Oct 2024 13:29:48 -0600 Subject: [PATCH] CI/CD: build executable during testing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9aa0f5f..88617d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN curl -O https://beta.quicklisp.org/quicklisp.lisp \ COPY . . # RUN git submodule init -RUN make test +RUN make && make test