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 d48046fb93 - Show all commits

View File

@ -69,10 +69,13 @@ jobs:
- name: Install packages
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@latest
which ginkgo
- name: Run the tests
run: |
cd ipld-ethcl-indexer
make test
go vet ./...
go fmt ./...
$(which ginkgo) -r
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)