From 0eb46e781666d2a5b288b671813f65b00896fff9 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 26 Jun 2024 14:35:29 +0200 Subject: [PATCH] ci: use utfTerminal output for busted --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d20294..647365c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: run: | nvim --version [ ! -d tests ] && exit 0 - nvim -l tests/busted.lua tests + nvim -l tests/busted.lua tests -o utfTerminal community: runs-on: ubuntu-latest steps: