Remove unused functions
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
4063265478
commit
70fd3f47d0
5 changed files with 10 additions and 18 deletions
4
Makefile
4
Makefile
|
|
@ -18,7 +18,9 @@ build-static:
|
|||
@echo Binaries are available in $(PWD)/bin
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
test: verify go-test
|
||||
|
||||
go-test:
|
||||
go test -race -mod=vendor -tags testing -v $(TEST_ARGS) -timeout=15m -parallel=4 -count=1 ./...
|
||||
|
||||
fmtcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue