Skip to content

Commit

Permalink
chore: enforce running the tests with go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed May 13, 2021
1 parent f888d11 commit 078b9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ check-no-changes:

.PHONY: test
test: prepare-test-context ## - Run all tests
@$(MAKE) test-unit
@$(MAKE) test-int
@./dev-tools/run_with_go_ver $(MAKE) test-unit
@./dev-tools/run_with_go_ver $(MAKE) test-int
@$(MAKE) junit-report

.PHONY: test-unit
Expand Down

0 comments on commit 078b9bc

Please sign in to comment.