Use go mod download

This commit is contained in:
Abdul Rabbani 2022-04-21 18:06:33 -04:00
parent 094d336fff
commit 8f62fa5b17

View File

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