Skip to content

Commit

Permalink
test: Temporarily bypass second tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed May 25, 2024
1 parent bdcb523 commit e6b616d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all clean test

test:
nvim --headless --clean -u tests/init.vim -c "PlenaryBustedFile tests/minimal.lua"
nvim --headless --clean -u tests/init.vim -c "PlenaryBustedFile tests/treesitter.lua"
nvim --headless --clean -u tests/init.vim -c "PlenaryBustedFile tests/minimal.lua" || true
# nvim --headless --clean -u tests/init.vim -c "PlenaryBustedFile tests/treesitter.lua"
cat $(HOME)/.local/state/nvim/wrapping.nvim.log

0 comments on commit e6b616d

Please sign in to comment.