Craig Everett 4c1af8bbf3
Some checks failed
EC Utils Tests / tests (push) Failing after -4m8s
Add tests
2025-01-23 15:01:38 +09:00

16 lines
357 B
YAML

name: EC Utils Tests
run-name: ${{ gitea.actor }} testing EC Utils
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 dialyzer
./rebar3 eunit