Skip to content

add tests to CI

add tests to CI #1

Workflow file for this run

name: Test
on: [push]
jobs:
test:
name: Run Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rhysd/action-setup-vim@v1
id: vim
with:
neovim: true
version: 0.9.5
- name: run test
run: make test