Update Testing

This commit is contained in:
Abdul Rabbani 2022-04-22 11:26:12 -04:00
parent 3fb8c239b1
commit d26fbc1fd6
2 changed files with 11 additions and 1 deletions

View File

@ -58,6 +58,11 @@ jobs:
go-version: ">=1.17.0"
check-latest: true
- name: Install packages
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@latest
which ginkgo
- name: Run the tests using Make
run: |
cd ipld-ethcl-indexer
@ -111,6 +116,11 @@ jobs:
go-version: ">=1.17.0"
check-latest: true
- name: Install packages
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@latest
which ginkgo
- name: Run the tests using Make
run: |
cd ipld-ethcl-indexer

View File

@ -31,7 +31,7 @@ integration-test-ci:
--race --trace --json-report=report.json --timeout=TIMEOUT
.PHONY: unit-test-ci
test:
unit-test-ci:
go vet ./...
go fmt ./...
$(GINKGO) -r --label-filter unit \