Skip to content

Commit

Permalink
chore: delete test template
Browse files Browse the repository at this point in the history
  • Loading branch information
VidocqH committed Oct 22, 2023
1 parent 0d87bc8 commit bf6e4b0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,3 @@ jobs:
version: latest
token: ${{ secrets.GITHUB_TOKEN }}
args: --color always --check lua

test:
runs-on: ubuntu-latest
strategy:
matrix:
nvim-versions: ['stable', 'nightly']
name: test
steps:
- name: checkout
uses: actions/checkout@v3

- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}

- name: run tests
run: make test
11 changes: 0 additions & 11 deletions Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions tests/minimal_init.lua

This file was deleted.

12 changes: 0 additions & 12 deletions tests/plugin_name/plugin_name_spec.lua

This file was deleted.

0 comments on commit bf6e4b0

Please sign in to comment.