From 02818f8a4c5c9da22507a49def6f0441808ad9a5 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 16 Apr 2022 10:25:57 +0200 Subject: ci: remove all swift skips followup to #2796 --- .github/workflows/test-queries.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index ed136a1cf..18620f102 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -81,10 +81,5 @@ jobs: if: matrix.os == 'windows-2022' run: cp -r ~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/* parser - # NOTE: this is a temporary workaround to skip swift tests on ubuntu - # stable and should be removed once neovim 0.7 is released. - - if: matrix.os == 'ubuntu-latest' && matrix.nvim_tag == 'stable' - run: echo "SKIP_SWIFT_CHECK=TRUE" >> $GITHUB_ENV - - name: Check query files run: $NVIM --headless -c "luafile ./scripts/check-queries.lua" -c "q" -- cgit v1.2.3-70-g09d2