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 ee532dd commit 635a367
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ test: $(MODULES) legal

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

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

0 comments on commit 635a367

Please sign in to comment.