Skip to content

pkg.json: test coverage, reference impl #12

pkg.json: test coverage, reference impl

pkg.json: test coverage, reference impl #12

Workflow file for this run

name: "Test"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
sudo apt-get update
sudo apt-get install -y luarocks
- run: make test