From 61caf62943d04b6bded6325d6d0fa4e7fbde343f Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:13:34 +0100 Subject: refactor: remove unused outdated files (#2184) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24d51271..84ca2f5c 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,6 @@ style-sh: shfmt -f . | grep -v jdtls | xargs shfmt -i 2 -ci -bn -l -d test: - bash ./utils/bin/test_runner.sh "$(TEST)" + bash ./utils/ci/run_test.sh "$(TEST)" .PHONY: install install-neovim-binary uninstall lint style test -- cgit v1.2.3