feat(test): makefile for test
This commit is contained in:
parent
ce38f24c86
commit
ca34b0dc62
1 changed files with 9 additions and 0 deletions
9
makefile
Normal file
9
makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
.PHONY: test test-integration test-unit
|
||||||
|
|
||||||
|
test: test-unit test-integration
|
||||||
|
|
||||||
|
test-unit:
|
||||||
|
go test ./test/test_unit/...
|
||||||
|
|
||||||
|
test-integration:
|
||||||
|
go test ./test/test_integration/...
|
||||||
Loading…
Add table
Reference in a new issue