Skip to content

Commit

Permalink
_examples: add example testing to make test as suggested by pjbgf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lamb committed Feb 21, 2024
1 parent 920eab6 commit cc10b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc10b2a

Please sign in to comment.