diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eea15da..d177020 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,6 +37,10 @@ jobs: neovim: true version: ${{ matrix.versions }} + + - name: Once again, what does it say? + run: nvim --clean --headless -u ./scripts/minimal_init.lua +"echo &runtimepath" +q + - name: Install Go bins run: | nvim --version