mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
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
This commit is contained in:
2
Makefile
2
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:
|
||||
|
||||
Reference in New Issue
Block a user