Skip to content

Use a separate tracer process #114

Use a separate tracer process

Use a separate tracer process #114

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
common-test:
name: Run Common Test
runs-on: ubuntu-latest
strategy:
matrix:
otp: [21, 22, 23, 24, 25, 26]
container:
image: erlang:${{ matrix.otp }}-alpine
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Common Test
run: |
rebar3 xref
rebar3 dialyzer
rebar3 ct