aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-09-04 16:13:37 +0200
committerChristian Clason <c.clason@uni-graz.at>2022-09-06 07:57:46 +0200
commit6254b0fd3bc725705020192dc9e35635136b9929 (patch)
tree3e3c069c8fc12f8bab6400d9ff105a9050eac617 /.github/workflows
parent905dd49fece0903dba4e5a618f503d0237415b14 (diff)
downloadrneovim-6254b0fd3bc725705020192dc9e35635136b9929.tar.gz
rneovim-6254b0fd3bc725705020192dc9e35635136b9929.tar.bz2
rneovim-6254b0fd3bc725705020192dc9e35635136b9929.zip
ci(tests): don't skip parsers on functionaltest
Treesitter parsers are now a mandatory part of the installation and should be tested on all platforms. Remove `pending_c_parser` helper.
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/env.sh b/.github/workflows/env.sh
index 061588da1a..da70d358a9 100755
--- a/.github/workflows/env.sh
+++ b/.github/workflows/env.sh
@@ -57,7 +57,7 @@ EOF
functionaltest-lua)
BUILD_FLAGS="$BUILD_FLAGS -DPREFER_LUA=ON"
FUNCTIONALTEST=functionaltest-lua
- DEPS_CMAKE_FLAGS="$DEPS_CMAKE_FLAGS -DUSE_BUNDLED_LUAJIT=OFF -DUSE_BUNDLED_TS_PARSERS=OFF"
+ DEPS_CMAKE_FLAGS="$DEPS_CMAKE_FLAGS -DUSE_BUNDLED_LUAJIT=OFF"
;;
*)
;;