mirror of
https://github.com/mudler/luet.git
synced 2025-08-17 23:07:10 +00:00
Update Makefile
This commit is contained in:
parent
1f357debb0
commit
939f66a11b
4
Makefile
4
Makefile
@ -17,9 +17,9 @@ fmt:
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
GO111MODULE=off go get github.com/onsi/ginkgo/v2
|
||||
go get github.com/onsi/ginkgo/v2
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo
|
||||
GO111MODULE=off go get github.com/onsi/gomega/...
|
||||
go get github.com/onsi/gomega/...
|
||||
ginkgo -r --flake-attempts=3 ./...
|
||||
|
||||
.PHONY: test-integration
|
||||
|
Loading…
Reference in New Issue
Block a user