Skip to content

Commit

Permalink
Merge pull request #48 from Nordix/update-gotests-in-make
Browse files Browse the repository at this point in the history
Update gotests in makefile to latest version
  • Loading branch information
nephio-prow[bot] authored May 15, 2024
2 parents 1754fc8 + c36a396 commit 5d1e091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-go-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ unit: test
.PHONY: test
test: ## Run unit tests (go test)
ifeq ($(CONTAINER_RUNNABLE), 0)
$(RUN_CONTAINER_COMMAND) docker.io/nephio/gotests:1671656214984921088 \
$(RUN_CONTAINER_COMMAND) docker.io/nephio/gotests:1782782171367346176 \
sh -e -c "git config --global --add user.name test; \
git config --global --add user.email [email protected]; \
go test ./... -v -coverprofile ${TEST_COVERAGE_FILE}; \
Expand Down

0 comments on commit 5d1e091

Please sign in to comment.