Skip to content

fix(spawn): expand executable paths on Windows before passing to uv_spawn #2600

fix(spawn): expand executable paths on Windows before passing to uv_spawn

fix(spawn): expand executable paths on Windows before passing to uv_spawn #2600

Workflow file for this run

name: Tests
on:
push:
branches:
- "main"
pull_request:
jobs:
tests:
strategy:
fail-fast: false
matrix:
nvim_version:
- v0.10.0
- v0.10.1
- v0.10.2
- v0.10.3
- v0.10.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim_version }}
- name: Run tests
run: |
set -e
make test
nvim -u NONE -E -R --headless +'helptags doc' +q