mirror of https://github.com/folke/lazy.nvim.git
ci: use utfTerminal output for busted
This commit is contained in:
parent
9c1dd5a090
commit
0eb46e7816
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nvim --version
|
nvim --version
|
||||||
[ ! -d tests ] && exit 0
|
[ ! -d tests ] && exit 0
|
||||||
nvim -l tests/busted.lua tests
|
nvim -l tests/busted.lua tests -o utfTerminal
|
||||||
community:
|
community:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue