neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 52a596b0aaece2fc9744ea20b24adc26c213be34
parent 2e62f3576f7f0e7844e3fef2792503c7e10c1801
Author: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Date:   Sat,  2 Aug 2025 14:58:23 +0300

ci: enable integration tests on Release builds

Diffstat:
M.github/workflows/test.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -132,6 +132,7 @@ jobs: timeout-minutes: 45 env: CC: ${{ matrix.build.cc }} + NVIM_TEST_INTEG: ${{ matrix.build.flavor == 'release' && '1' || '0' }} steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup