From 8edfcdde66abd1e9a7aa9bb622fabcca658ddaec Mon Sep 17 00:00:00 2001 From: Danymat Date: Sun, 28 Jul 2024 13:46:44 +0200 Subject: [PATCH] fix(test): Add init to run --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 774db0e0..5d5c41f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: - name: Compile Needed Parsers run: | - nvim --headless -c "TSInstallSync python lua julia" -c "q" + nvim -u tests/minimal_init.lua --headless -c "TSInstallSync python lua julia" -c "q" - name: Run tests working-directory: ./neogen