Craig Everett cc4fd04019
All checks were successful
Gajumaru Bytecode Tests / tests (push) Successful in 47m48s
Update test path
2025-02-24 20:59:02 +09:00

16 lines
371 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: |
. /home/act_runner/.erts/27.2.1/activate
make dialyzer
make eunit