Skip to content

Commit 91813bd

Browse files
committed
Feat: Added Makefile for testing
Added Makefile for testing purpose
1 parent d9e9f19 commit 91813bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test:
2+
@echo "Testing ..."
3+
@go clean -testcache && go test ./...

0 commit comments

Comments
 (0)