diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-06-02 16:59:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-02 22:59:58 +0800 |
| commit | aa130d0c7ea69a05330d0b054b414cc3a15dac45 (patch) | |
| tree | a1a6489799418d2d7e804a522239211b8d86d9e1 /.github/workflows | |
| parent | 4b60267f82ef1947f8a583c02eaf502cf1db69ca (diff) | |
| download | rneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.tar.gz rneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.tar.bz2 rneovim-aa130d0c7ea69a05330d0b054b414cc3a15dac45.zip | |
docs: small fixes (#23619)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Co-authored-by: Gustavo Ferreira <gustavo.ferreira@imaginecurve.com>
Co-authored-by: Kai Moschcau <mail@kmoschcau.de>
Co-authored-by: Lampros <hauahx@gmail.com>
Diffstat (limited to '.github/workflows')
| -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 |