Add OTP build

This commit is contained in:
Martin Sumner 2024-07-11 22:04:40 +01:00
parent f7bf930cdb
commit d261ce565d

View file

@ -23,6 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
- name: Compile
run: ./rebar3 compile
- name: Run tests