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 6ac62c7727 - Show all commits

View File

@ -61,10 +61,12 @@ jobs:
go-version: ">=1.17.0"
check-latest: true
- name: Wait and run tests
- name: Install packages
run: |
sleep 20
cd ipld-ethcl-indexer
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
go get github.com/onsi/gomega/...
- name: Run the tests
run: |
cd ipld-ethcl-indexer
make test