Skip to content

CI: use latest Lua 5.4; test Windows #30

CI: use latest Lua 5.4; test Windows

CI: use latest Lua 5.4; test Windows #30

Workflow file for this run

name: test
on:
push:
branches: master
pull_request:
branches: '*'
jobs:
TestMatrix:
strategy:
matrix:
lua-version: ["5.1", "5.2", "5.3", "5.4", "luajit"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
- uses: ilammy/msvc-dev-cmd@v1
- uses: hishamhm/gh-actions-lua@master
with:
luaVersion: ${{ matrix.lua-version }}
- uses: hishamhm/gh-actions-luarocks@master
with:
laurocksVersion: "3.11.1"
- name: Prep
run: |
luarocks config
ls .lua/lib
luarocks install busted
luarocks install busted-htest
luarocks make
- name: Tests
run: |
busted -o htest