diff --git a/.github/workflows/on-pr-manual.yml b/.github/workflows/on-pr-manual.yml index ed2cdfd..8899f8c 100644 --- a/.github/workflows/on-pr-manual.yml +++ b/.github/workflows/on-pr-manual.yml @@ -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