Use go install
This commit is contained in:
parent
8f62fa5b17
commit
e2b58fcdd4
3
.github/workflows/on-pr-manual.yml
vendored
3
.github/workflows/on-pr-manual.yml
vendored
@ -65,5 +65,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sleep 20
|
sleep 20
|
||||||
cd ipld-ethcl-indexer
|
cd ipld-ethcl-indexer
|
||||||
go mod download
|
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
|
||||||
|
go get github.com/onsi/gomega/...
|
||||||
make test
|
make test
|
||||||
|
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ PKGS = go list ./... | grep -v "^vendor/"
|
|||||||
## Testing library
|
## Testing library
|
||||||
GINKGO = $(BIN)/ginkgo
|
GINKGO = $(BIN)/ginkgo
|
||||||
$(BIN)/ginkgo:
|
$(BIN)/ginkgo:
|
||||||
go get -u github.com/onsi/ginkgo/ginkgo
|
go install github.com/onsi/ginkgo/ginkgo
|
||||||
|
|
||||||
|
|
||||||
.PHONY: installtools
|
.PHONY: installtools
|
||||||
|
Loading…
Reference in New Issue
Block a user