Craig Everett c288bece06
All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in -3m56s
Add tests to runner
2025-01-23 14:41:59 +09:00

18 lines
424 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
./rebar3 compile
./rebar3 dialyzer
./rebar3 eunit
./rebar3 ct