Update on-pr-manual.yml

This commit is contained in:
Abdul Rabbani 2022-04-21 19:19:25 -04:00
parent 162fd3f3ee
commit be865290d2

View File

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