Skip to content

Commit

Permalink
test: drop luaunit in favor of busted
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainrider committed Oct 19, 2024
1 parent 84ac3ce commit c823683
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 322 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,29 @@ jobs:
needs: lint
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Install Lua
uses: leafo/gh-actions-lua@v9
uses: leafo/gh-actions-lua@v10
with:
luaVersion: '5.1'
luaVersion: '5.1.5'
- name: Install LuaRocks
uses: leafo/gh-actions-luarocks@v4
- name: Install Dependencies
run: |
luarocks install luaunit
luarocks install mockagne
luarocks install luabitop
luarocks install busted
- name: Test
run: |
cd ./tests
lua core.lua
lua databases.lua
busted -o TAP .
release:
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare Packager Arguments
Expand Down
243 changes: 0 additions & 243 deletions tests/core.lua

This file was deleted.

Loading

0 comments on commit c823683

Please sign in to comment.