diff options
author | kylo252 <[email protected]> | 2022-01-24 12:51:16 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-01-24 12:51:16 +0100 |
commit | 440324996c37591be74344b17f8450662dac4759 (patch) | |
tree | 67afdc4268d056aadb79278a72ca0b57910950d7 /Makefile | |
parent | 7125e2b2d83db53e441de406445639bf1a49252d (diff) | |
parent | 269a35d1849a23a27a215e5b3c7b12e49066852f (diff) |
Merge branch 'rolling'
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 |