We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b937ae commit f97a076Copy full SHA for f97a076
2 files changed
.github/workflows/default.yml
@@ -17,7 +17,7 @@ jobs:
17
- os: ubuntu-22.04
18
rev: v0.8.3/nvim-linux64.tar.gz
19
20
- rev: v0.9.0/nvim-linux64.tar.gz
+ rev: v0.9.1/nvim-linux64.tar.gz
21
steps:
22
- uses: actions/checkout@v3
23
- run: date +%F > todays-date
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: test generate_filetypes lint luarocks_upload test_luarocks_install
2
test:
3
- nvim --headless --noplugin -u scripts/minimal.vim -c "PlenaryBustedDirectory tests/plenary/ {minimal_init = 'tests/minimal_init.vim'}"
+ nvim --headless --noplugin -u scripts/minimal.vim -c "PlenaryBustedDirectory tests/plenary/ {minimal_init = 'tests/minimal_init.vim', sequential = true}"
4
5
generate_filetypes:
6
nvim --headless -c 'luafile scripts/update_filetypes_from_github.lua' -c 'qa!'
0 commit comments