From d31145cf47ac1025d92d73f63035b0080fe965c4 Mon Sep 17 00:00:00 2001 From: Maxime Labelle Date: Sat, 25 Mar 2023 11:53:19 +0100 Subject: [PATCH] Clone compliance test suite on build. (#3) Signed-off-by: Springcomp --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e1e11fd..d4705f9 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ JP_VERSION="" all: build test build: + git submodule update --init --checkout --recursive --force go build ./... test: