Add tests
EC Utils Tests / tests (push) Failing after -4m8s

This commit is contained in:
2025-01-23 15:01:38 +09:00
parent 30944928da
commit 4c1af8bbf3
5 changed files with 26 additions and 11 deletions
+15
View File
@@ -0,0 +1,15 @@
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