Skip to content

Commit fa5dd71

Browse files
committed
unit tests on ci
1 parent b09e810 commit fa5dd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ testacc:
2020
.PHONY: test
2121
test:
2222
go vet ./...
23-
ginkgo run -r -v --skip-package internal/mocks --cover --covermode atomic --junit-report=report.xml --output-dir=test_results $(ARGS)
23+
go run github.com/onsi/ginkgo/v2/ginkgo run -r -v --skip-package internal/mocks --cover --covermode atomic --junit-report=report.xml --output-dir=test_results $(ARGS)
2424

2525
.PHONY: fmt
2626
fmt:

0 commit comments

Comments
 (0)