From 4e234aba63441c5a182ce821d89c87fdd170ac3b Mon Sep 17 00:00:00 2001 From: ray-x Date: Tue, 24 Aug 2021 16:00:26 +1000 Subject: [PATCH] only update golang in treesitter --- .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 f5415a3..7bcacae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,5 +36,5 @@ jobs: run: | curl -OL https://raw.githubusercontent.com/norcalli/bot-ci/master/scripts/github-actions-setup.sh source github-actions-setup.sh nightly-x64 - nvim --headless -u tests/minimal.vim -c "TSInstallSync all" -c "q" + nvim --headless -u tests/minimal.vim -c "TSInstallSync go" -c "q" make test