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

View File

@ -73,9 +73,6 @@ jobs:
- name: Run the tests - name: Run the tests
run: | run: |
cd ipld-ethcl-indexer cd ipld-ethcl-indexer
ls go/ make test
go vet ./...
go fmt ./...
./go/bin/ginko -r
# export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev) # export GOPATH=$(echo $GOBIN | rev | cut -d "/" -f 2- | rev)