Skip to content

ci: test against neovim stable #15

ci: test against neovim stable

ci: test against neovim stable #15

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: folke/github/neovim@main
- name: Test Cache
uses: actions/cache@v4
with:
path: .tests
key: ${{ runner.os }}-tests-${{ hashFiles('tests/minit.lua', 'scripts/test') }}
- name: Run Tests
run: make test