Skip to content

Commit

Permalink
unit tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vandyliu committed Apr 3, 2024
1 parent b09e810 commit fa5dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ testacc:
.PHONY: test
test:
go vet ./...
ginkgo run -r -v --skip-package internal/mocks --cover --covermode atomic --junit-report=report.xml --output-dir=test_results $(ARGS)
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)

.PHONY: fmt
fmt:
Expand Down

0 comments on commit fa5dd71

Please sign in to comment.