Skip to content

Add support for testing inside modules #40

Add support for testing inside modules

Add support for testing inside modules #40

Workflow file for this run

on: [push, pull_request]
jobs:
build:
name: Run tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
- name: Run tests
run: |
nvim --version
make test