aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRaphael <glepnir@neovim.pro>2023-05-11 14:48:48 +0800
committerGitHub <noreply@github.com>2023-05-11 14:48:48 +0800
commit13e86cb91e45ba603b47f7fa1b68b5973565463f (patch)
tree81c7a67caa27166ddf391d238b28a644a1e78d50 /Makefile
parentfix: check cmd not empty (#2602) (diff)
downloadnvim-lspconfig-13e86cb91e45ba603b47f7fa1b68b5973565463f.tar
nvim-lspconfig-13e86cb91e45ba603b47f7fa1b68b5973565463f.tar.gz
nvim-lspconfig-13e86cb91e45ba603b47f7fa1b68b5973565463f.tar.bz2
nvim-lspconfig-13e86cb91e45ba603b47f7fa1b68b5973565463f.tar.lz
nvim-lspconfig-13e86cb91e45ba603b47f7fa1b68b5973565463f.tar.xz
nvim-lspconfig-13e86cb91e45ba603b47f7fa1b68b5973565463f.tar.zst
nvim-lspconfig-13e86cb91e45ba603b47f7fa1b68b5973565463f.zip
test: remove test depend and use vusted (#2603)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15aa212c..74715e6b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
test:
- sh ./scripts/run_test.sh
+ vusted ./test
lint:
@printf "\nRunning luacheck\n"