Utilize Ginkgo and replace testing library. #9

Merged
abdulrabbani00 merged 27 commits from feature/7-testing-with-ginko+cicd into develop 2022-04-22 12:28:01 +00:00
Showing only changes of commit 9bebf53247 - Show all commits

View File

@ -1,3 +1,4 @@
GOPATH = $(go env GOPATH)
BIN = $(GOPATH)/bin
BASE = $(GOPATH)/src/$(PACKAGE)
PKGS = go list ./... | grep -v "^vendor/"