Skip to content

added binding for luaopen_vector #268

added binding for luaopen_vector

added binding for luaopen_vector #268

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- name: Clone Ziglua
uses: actions/checkout@v3
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: 0.14.0-dev.1820+ea527f7a8
- name: Run tests
run: make test