summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-01-24 12:51:16 +0100
committerkylo252 <[email protected]>2022-01-24 12:51:16 +0100
commit440324996c37591be74344b17f8450662dac4759 (patch)
tree67afdc4268d056aadb79278a72ca0b57910950d7 /Makefile
parent7125e2b2d83db53e441de406445639bf1a49252d (diff)
parent269a35d1849a23a27a215e5b3c7b12e49066852f (diff)
Merge branch 'rolling'
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