File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 42
42
neovim : true
43
43
version : ${{ matrix.version }}
44
44
- name : Run tests
45
- run : make ci
45
+ run : make test
Original file line number Diff line number Diff line change 1
1
test :
2
- nvim --headless --clean -u tests/minimal_init.vim -c " PlenaryBustedDirectory tests/plenary/ {minimal_init = 'tests/minimal_init.vim'}"
2
+ nvim --headless --clean -u tests/minimal_init.vim -c " TSUpdateSync org " -c " PlenaryBustedDirectory tests/plenary/ {minimal_init = 'tests/minimal_init.vim'}"
3
3
testfile :
4
- nvim --headless --clean -u tests/minimal_init.vim -c " PlenaryBustedFile $( FILE) "
5
- ci :
6
- nvim --noplugin --clean -u tests/minimal_init.vim -c " TSUpdateSync org" -c " qa!" && make test
4
+ nvim --headless --clean -u tests/minimal_init.vim -c " TSUpdateSync org" -c " PlenaryBustedFile $( FILE) "
7
5
docs :
8
6
md2vim -desc " *orgmode* *orgmode.nvim*\n* NOTE: This file is autogenerated from DOCS.md file" DOCS.md doc/orgmode.txt
9
7
api_docs :
You can’t perform that action at this time.
0 commit comments