From cc10b2a39c46bd22359d88dd5ec94702289d4fbc Mon Sep 17 00:00:00 2001 From: David Lamb Date: Wed, 21 Feb 2024 17:02:47 +1100 Subject: [PATCH] _examples: add example testing to `make test` as suggested by pjbgf --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1e1039674..3d5b54f7e 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ build-git: test: @echo "running against `git version`"; \ $(GOTEST) -race ./... + $(GOTEST) -v _examples/common_test.go _examples/common.go --examples TEMP_REPO := $(shell mktemp) test-sha256: