Skip to content

Remove leftover print from test #3

Remove leftover print from test

Remove leftover print from test #3

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [master, main, develop]
jobs:
test:
name: Tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: MunifTanjim/setup-neovim-action@v1
- name: Install plenary
run: |
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ../plenary.nvim
- name: Run tests
run: |
make test