Skip to content

Commit f97a076

Browse files
authored
fix(tests): run sequential to reduce failure (#516)
1 parent 0b937ae commit f97a076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- os: ubuntu-22.04
1818
rev: v0.8.3/nvim-linux64.tar.gz
1919
- os: ubuntu-22.04
20-
rev: v0.9.0/nvim-linux64.tar.gz
20+
rev: v0.9.1/nvim-linux64.tar.gz
2121
steps:
2222
- uses: actions/checkout@v3
2323
- run: date +%F > todays-date

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: test generate_filetypes lint luarocks_upload test_luarocks_install
22
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}"
44

55
generate_filetypes:
66
nvim --headless -c 'luafile scripts/update_filetypes_from_github.lua' -c 'qa!'

0 commit comments

Comments
 (0)