Skip to content

Build & Test

Build & Test #6

Workflow file for this run

name: test
run-name: Build & Test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
version-file: .tool-versions
version-type: strict
- run: rebar3 compile
- run: rebar3 eunit