workflow update

pull/96/head
ray-x 3 years ago
parent 202628e695
commit 3be242ac6c

@ -49,6 +49,6 @@ jobs:
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
- name: Run tests
run: |
export PATH="${PWD}/_neovim/:${PATH}"
export PATH="${PWD}/_neovim/bin:${PATH}"
nvim --headless -u tests/minimal.vim -c "TSInstallSync go" -c "q"
make test

Loading…
Cancel
Save