File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
- os : ubuntu-22.04
18
18
rev : v0.8.3/nvim-linux64.tar.gz
19
19
- os : ubuntu-22.04
20
- rev : v0.9.0 /nvim-linux64.tar.gz
20
+ rev : v0.9.1 /nvim-linux64.tar.gz
21
21
steps :
22
22
- uses : actions/checkout@v3
23
23
- run : date +%F > todays-date
Original file line number Diff line number Diff line change 1
1
.PHONY : test generate_filetypes lint luarocks_upload test_luarocks_install
2
2
test :
3
- nvim --headless --noplugin -u scripts/minimal.vim -c " PlenaryBustedDirectory tests/plenary/ {minimal_init = 'tests/minimal_init.vim'}"
3
+ nvim --headless --noplugin -u scripts/minimal.vim -c " PlenaryBustedDirectory tests/plenary/ {minimal_init = 'tests/minimal_init.vim', sequential = true }"
4
4
5
5
generate_filetypes :
6
6
nvim --headless -c ' luafile scripts/update_filetypes_from_github.lua' -c ' qa!'
You can’t perform that action at this time.
0 commit comments