From 7a8cacfa99b6e01e9a1839a556d3ccc138f23eef Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Wed, 17 Jul 2024 01:34:53 -0700 Subject: [PATCH] build: gha --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index f8e52d8..1d7c952 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,7 @@ FILES := $(wildcard tests/*_spec.lua) test: $(PLENARY_DIR) $(FILES) args-tests $(FILES): $(PLENARY_DIR) - ls - nvim --version - nvim -V20txt --clean --headless -u tests/minimal.lua -c "PlenaryBustedFile $@" || true - find . - cat txt - break + nvim --clean --headless -u tests/minimal.lua +"PlenaryBustedFile $@" args-tests: $(PLENARY_DIR) nvim --clean --headless -u tests/minimal.lua +"PlenaryBustedFile tests/args/args_setup_spec.lua"