Remove unused functions

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2023-01-20 23:52:27 +02:00
parent 4063265478
commit 70fd3f47d0
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5
5 changed files with 10 additions and 18 deletions

View file

@ -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: