Skip to content

Commit

Permalink
remove install requirements from make test target
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianburth committed Jun 13, 2024
1 parent 7fa415f commit 9019dd7
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 @@ -65,7 +65,7 @@ force-test:
@go test --count=1 $(EFFECTIVE_DIRECTORIES)

.PHONY: test
test: install-requirements
test:
@echo "> Run Tests"
@go test --tags=integration $(EFFECTIVE_DIRECTORIES)

Expand Down

0 comments on commit 9019dd7

Please sign in to comment.