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 627be0bdda - Show all commits

View File

@ -67,6 +67,10 @@ jobs:
- name: Run the tests
run: |
export PATH=$PATH:$(go env GOPATH)/bin
echo $GOBIN
ls $GOBIN
export GOPATH=$HOME/go
cd ipld-ethcl-indexer
make test
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)