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 48a7946dd4 - Show all commits

View File

@ -14,7 +14,7 @@ installtools: | $(GINKGO)
echo "Installing tools"
.PHONY: test
test: | $(GINKGO)
test:
go vet ./...
go fmt ./...
$(GINKGO) -r