Skip to content

Match on exact test name #57

Match on exact test name

Match on exact test name #57

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