diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a0df4a..6ce1771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,8 @@ jobs: git clone --depth 1 https://github.com/nvim-treesitter/nvim-treesitter.git ~/.local/share/nvim/site/pack/vendor/start/nvim-treesitter git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start - nvim --headless -c 'TSInstallSync python javascript lua rust go' -c 'q' - + nvim --headless -c 'TSInstallSync python javascript lua rust go bash' -c 'q' + - name: Run tests run: | nvim --version