From 508b869773a4d37cf24c8248a4e959bd807b1c78 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 9 Sep 2023 17:33:58 +0200 Subject: [PATCH] Pass MAKECMDGOALS to make integration-test-tui We need this to be able to pass the "-race" argument, i.e. make integration-test-tui -- -race --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f10109c19..a220b68b3 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ update-cheatsheet: # For more details about integration test, see https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md. .PHONY: integration-test-tui integration-test-tui: - go run cmd/integration_test/main.go tui + go run cmd/integration_test/main.go tui $(filter-out $@,$(MAKECMDGOALS)) .PHONY: integration-test-cli integration-test-cli: