Skip to content

test: add and improve tests in Lua #40

test: add and improve tests in Lua

test: add and improve tests in Lua #40

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os.host }}
strategy:
fail-fast: false
matrix:
os:
- name: freebsd
architecture: x86-64
version: '13.4'
host: ubuntu-latest
- name: freebsd
architecture: aarch64
version: '14.2'
host: ubuntu-latest
- name: freebsd
architecture: x86-64
version: '14.2'
host: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run CI script on ${{ matrix.os.name }}
uses: cross-platform-actions/[email protected]
with:
operating_system: ${{ matrix.os.name }}
architecture: ${{ matrix.os.architecture }}
version: ${{ matrix.os.version }}
shell: bash
run: |
sudo ./tests.lua