Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed Jun 4, 2024
1 parent 2dc1e6b commit 67e2e44
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 @@ -161,8 +161,8 @@ tidy:

.PHONY: test-e2e
test-e2e:
E2E=1 go test -v -race --count=1 -failfast ./test/e2e
E2E=1 go test -v -race --count=1 -failfast ./test/e2e/cli
E2E=1 go test -v -failfast ./test/e2e
E2E=1 go test -v -failfast ./test/e2e/cli

.PHONY: test-e2e-clean
test-e2e-clean:
Expand Down

0 comments on commit 67e2e44

Please sign in to comment.