Skip to content

Commit

Permalink
testing ginkgo issue in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eoghan Russell committed Feb 24, 2023
1 parent c5f7212 commit 6343cb8
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 @@ -32,7 +32,7 @@ test:
go test ./... -coverprofile cover.out

test-coverage:
ginkgo -v -r -cover -coverprofile=cover.out --output-dir=.
go run ./ginkgo -v -r -cover -coverprofile=cover.out --output-dir=.
go tool cover -html=cover.out

go-lint-install:
Expand Down

0 comments on commit 6343cb8

Please sign in to comment.