diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b71718aad2..14546cb371 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -101,9 +101,7 @@ jobs: flags: -D CMAKE_FIND_FRAMEWORK=NEVER deps_flags: -D CMAKE_FIND_FRAMEWORK=NEVER - # functionaltest-lua is our dumping ground for non-mainline configurations. - # 1. Check that the tests pass with PUC Lua instead of LuaJIT. - # 2. No treesitter parsers installed. + # Check that the tests pass with PUC Lua instead of LuaJIT. - flavor: functionaltest-lua cc: gcc runner: ubuntu-22.04 |