summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-01-17 13:13:34 +0100
committerGitHub <[email protected]>2022-01-17 13:13:34 +0100
commit61caf62943d04b6bded6325d6d0fa4e7fbde343f (patch)
treeb7d0d61eba43d7bcc510ce32b9bffd128b289f41 /Makefile
parent626343c2de0599d1129e1e6b70d62aacc56ab000 (diff)
refactor: remove unused outdated files (#2184)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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