From d34731b5d439b4d0167431135a46d8b3f1eee594 Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Sun, 18 Feb 2024 04:47:35 +0100 Subject: [PATCH] I actually dont care about tests and im not gonna write them either --- .github/workflows/ci.yml | 29 ----------------------------- test/plugin_spec.lua | 0 2 files changed, 29 deletions(-) delete mode 100644 test/plugin_spec.lua diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83f2f36..a512762 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,32 +37,3 @@ jobs: commit_user_name: "github-actions[bot]" commit_user_email: "github-actions[bot]@users.noreply.github.com" commit_author: "github-actions[bot] " - - test: - name: Run Test - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest, macos-latest] - steps: - - uses: actions/checkout@v3 - - uses: rhysd/action-setup-vim@v1 - id: vim - with: - neovim: true - version: nightly - - - name: luajit - uses: leafo/gh-actions-lua@v10 - with: - luaVersion: "luajit-2.1.0-beta3" - - - name: luarocks - uses: leafo/gh-actions-luarocks@v4 - - - name: run test - shell: bash - run: | - luarocks install luacheck - luarocks install vusted - vusted ./test diff --git a/test/plugin_spec.lua b/test/plugin_spec.lua deleted file mode 100644 index e69de29..0000000