Add tests to runner
All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in -3m56s

This commit is contained in:
Craig Everett 2025-01-23 14:41:59 +09:00
parent 67811b43ca
commit c288bece06
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
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

1
rebar.lock Normal file
View File

@ -0,0 +1 @@
[].

BIN
rebar3 Executable file

Binary file not shown.