Craig Everett 01a932d3d5
All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in -3m34s
Renamed "eunit" to "test"
2025-01-22 20:19:31 +09:00

16 lines
367 B
YAML

name: Gajumaru Bytecode Tests
run-name: ${{ gitea.actor }} testing Gajumaru Bytecode
on: [push, workflow_dispatch]
jobs:
tests:
runs-on: linux_amd64
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: test
run: |
. /opt/act_runner/erts/27.2/activate
make dialyzer
make eunit