Skip to content

feat(v1.3.0): release #3

feat(v1.3.0): release

feat(v1.3.0): release #3

Workflow file for this run

name: dev
on:
push:
branches:
- dev
paths:
- "lua/**"
- "plugin/**"
- "tests/**"
pull_request:
branches: [ "dev", "main" ]
paths:
- "lua/**"
- "plugin/**"
- "tests/**"
jobs:
tests:
name: Run ALL lua tests
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout git repository
uses: actions/checkout@v4
- name: Run tests
shell: bash
run: |
git branch --show-current
# Only four versions are tested:
# v0.7.2 v0.8.3 v0.9.2 nightly
# They are setup by NEOVIM_VERSIONS
# Testing is done incrementally
make -sR tests/