Skip to content

Match files both named test_*.rb and *_test.rb #58

Match files both named test_*.rb and *_test.rb

Match files both named test_*.rb and *_test.rb #58

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