test: buse busted for running tasks

This commit is contained in:
Folke Lemaitre 2024-06-26 14:30:55 +02:00
parent bbe136bda6
commit 9c1dd5a090
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 40 additions and 40 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: |
nvim --version
[ ! -d tests ] && exit 0
nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua', sequential = true}"
nvim -l tests/busted.lua tests
community:
runs-on: ubuntu-latest
steps: