Skip to content

Commit

Permalink
Use Ginkgo version from modules
Browse files Browse the repository at this point in the history
Use `go run` for Ginkgo to exactly run the expected module version.
  • Loading branch information
HeavyWombat committed Feb 6, 2024
1 parent 214f951 commit a0a00d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -30,7 +30,7 @@ clean:

.PHONY: test
test:
@ginkgo run \
@go run -mod=mod github.com/onsi/ginkgo/v2/ginkgo run \
--coverprofile=unit.coverprofile \
--randomize-all \
--randomize-suites \
Expand Down

0 comments on commit a0a00d7

Please sign in to comment.