Skip to content

feat: Windows Support #166

feat: Windows Support

feat: Windows Support #166

Workflow file for this run

name: Test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
test:
runs-on: ${{ matrix.os}}
strategy:
matrix:
nvim-versions: ['stable', 'nightly']
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
name: Plenary Tests
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