Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: add integration tests #346

chore: add integration tests

chore: add integration tests #346

Workflow file for this run

name: Test
on:
push:
branches:
- "main"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nvim-versions: ["stable", "nightly"]
name: test
steps:
- name: checkout
uses: actions/checkout@v3
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}
- name: run tests
run: make test