Skip to content

fix: updating Test Explorer when the buffer is not loaded #100

fix: updating Test Explorer when the buffer is not loaded

fix: updating Test Explorer when the buffer is not loaded #100

Workflow file for this run

name: Run Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
unit-tests:
name: Unit Tests
strategy:
fail-fast: false
matrix:
nvim-version: ["stable", "nightly"]
os: ["ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-version }}
- name: Run tests
run: |
nvim --version
make test