Skip to content

Commit

Permalink
No longer install gomega matchers as a system-level dependency
Browse files Browse the repository at this point in the history
These matchers are imported as needed in the test files that need them.
There is no need to install them as a system-level dependency, so let's
not.
  • Loading branch information
chinigo committed May 14, 2024
1 parent 75dd507 commit a0ff3f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ install-test-deps: ## Install "global" dependencies needed to run tests
# Running `go install <pkg>` without a version specifier will use version specified in go.mod
# See https://go.dev/ref/mod#go-install
go install github.com/onsi/ginkgo/v2/ginkgo
go install github.com/onsi/gomega/matchers

integration-cleanup:
$(CURDIR)/bin/cleanup-integration
Expand Down

0 comments on commit a0ff3f5

Please sign in to comment.