Jonathan Apodaca f8883ecd4f
Some checks failed
NeoVim tests / plenary-tests (0.11.0) (push) Failing after 8s
NeoVim tests / plenary-tests (0.10.1) (push) Failing after 10s
NeoVim tests / plenary-tests (0.9.5) (push) Failing after 10s
1-based indexing rewrite
2025-04-11 14:04:21 -06:00

19 lines
497 B
YAML

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: NeoVim tests
on: [push]
jobs:
plenary-tests:
runs-on: ubuntu-latest
env:
XDG_CONFIG_HOME: ${{ github.workspace }}/.config/
strategy:
matrix:
neovim-version: [0.9.5, 0.10.1, 0.11.0]
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: v${{ matrix.neovim-version }}
- run: make test