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 8f62fa5b17 - Show all commits

View File

@ -61,11 +61,9 @@ jobs:
go-version: ">=1.17.0"
check-latest: true
- name: Install ginkgo
run: go get -u github.com/onsi/ginkgo/ginkgo
- name: Wait and run tests
run: |
sleep 20
cd ipld-ethcl-indexer
go mod download
make test