Skip to content

Commit

Permalink
build: gha
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Jul 17, 2024
1 parent 58d417d commit 7a8cacf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7a8cacf

Please sign in to comment.