We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca119f commit 6dc763cCopy full SHA for 6dc763c
1 file changed
.github/workflows/test.yml
@@ -43,9 +43,16 @@ jobs:
43
git clone --depth 1 https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim.git ~/.local/share/nvim/site/pack/vendor/start/mason-tool-installer.nvim.git
44
git clone --depth 1 https://github.com/hrsh7th/nvim-cmp.git ~/.local/share/nvim/site/pack/vendor/start/nvim-cmp.git
45
git clone --depth 1 https://github.com/hrsh7th/cmp-nvim-lsp.git ~/.local/share/nvim/site/pack/vendor/start/cmp-nvim-lsp.git
46
+ sudo apt update -y
47
+ sudo apt install build-essential -y
48
49
- name: Run Unit Tests
50
run: make test-unit
51
52
- name: Run Functional Tests
53
run: make test-functional
54
+
55
+ - name: Debug
56
+ if: failure()
57
+ run: |
58
+ cat ~/.local/state/nvim/lsp.log
0 commit comments