diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |