Skip to content

feat(scripts): add test script for GitHub model inference #26

feat(scripts): add test script for GitHub model inference

feat(scripts): add test script for GitHub model inference #26

Workflow file for this run

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