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
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 72d8350327 - Show all commits

View File

@ -78,4 +78,7 @@ jobs:
go fmt ./...
$(which ginkgo) -r
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)
- name: Run the tests using Make
run: |
cd ipld-ethcl-indexer
make test

View File

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