From fb79d5b17db770b7c905803087b86ccd630f6758 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 10:20:06 -0600 Subject: test works Signed-off-by: Jeff Carr --- testautogen/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testautogen/Makefile') diff --git a/testautogen/Makefile b/testautogen/Makefile index bad3d3f..749686c 100644 --- a/testautogen/Makefile +++ b/testautogen/Makefile @@ -1,6 +1,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) +test: vet + all: clean test.pb.go run goimports vet run: -- cgit v1.2.3