feat: added unit tests
This commit is contained in:
@@ -9,10 +9,18 @@ build:
|
||||
start:
|
||||
@./tmp/${BINARY_NAME}
|
||||
|
||||
test-unit:
|
||||
@go test ./internals/... -v
|
||||
|
||||
test-inte:
|
||||
@go test ./tests/... -v
|
||||
|
||||
test: build test-unit test-inte
|
||||
|
||||
clean:
|
||||
@go clean
|
||||
@rm -rf ${BINARY_NAME}
|
||||
|
||||
reset: clean build
|
||||
reset: clean build test clean
|
||||
|
||||
.PHONY: clean build
|
||||
.PHONY: clean build test
|
||||
|
||||
Reference in New Issue
Block a user