ci: remove all swift skips

followup to #2796
This commit is contained in:
Christian Clason 2022-04-16 10:25:57 +02:00 committed by Stephan Seitz
parent 394e7f8048
commit 02818f8a4c

View file

@ -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"