Skip to content

Use the Nameable and Stringifiable mixins in the DistanceLimit #8

Use the Nameable and Stringifiable mixins in the DistanceLimit

Use the Nameable and Stringifiable mixins in the DistanceLimit #8

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
luaVersion: ["5.1", "5.2", "5.3", "5.4", "5.5", "luajit"]
steps:
- uses: actions/checkout@v4
- uses: leafo/gh-actions-lua@v13
with:
luaVersion: ${{ matrix.luaVersion }}
- uses: leafo/gh-actions-luarocks@v6
- name: build
run: luarocks make
- name: test
run: luarocks test