Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Angith committed Dec 13, 2023
1 parent fe3a62d commit 84c16f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ endif
test: $(MODULES) legal

$(MODULES):
@echo "$@" $(operation)
@echo "in modules" $(operation)
ifeq ($(operation), unittest)
cd $@ && go get -d -t ./... && go test $(GOFLAGS) ./...
endif

ifeq ($(operation), gofmt)
@echo "in gofmt" $(operation)
cd $@ && gofmt -l .
endif

Expand Down

0 comments on commit 84c16f0

Please sign in to comment.