Skip to content

Commit

Permalink
Makefile change to fix the master build
Browse files Browse the repository at this point in the history
  • Loading branch information
shkumari-px committed Jan 11, 2024
1 parent ee7f3ad commit 7883268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GO_FILES := $(shell find . -name '*.go' | grep -v 'vendor' | \
all: do-fmt pretest test-container test build container

test:
docker run --rm -it -v ${GOPATH}:/go: $(KDMP_UNITTEST_IMG) make unittest
docker run --rm -it -v ${GOPATH}:/go $(KDMP_UNITTEST_IMG) make unittest

test-container:
@echo "Building container: docker build --tag $(KDMP_UNITTEST_IMG) -f Dockerfile.unittest ."
Expand Down

0 comments on commit 7883268

Please sign in to comment.