From a47b22a266fd54550fa61403c1ad3a5670ccd9c6 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 27 Mar 2025 10:37:44 +0100 Subject: [PATCH] ci(tests): run tests on nightly --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c775eda4..6d5b95fb3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,7 @@ jobs: matrix: os: [ubuntu-latest] cc: [gcc] + nvim_tag: [stable, nightly] name: Run tests runs-on: ${{ matrix.os }} @@ -39,7 +40,7 @@ jobs: - name: Install and prepare Neovim env: - NVIM_TAG: stable + NVIM_TAG: ${{ matrix.nvim_tag }} run: | bash ./scripts/ci-install.sh