Skip to content

Test start/stop and table size limit #113

Test start/stop and table size limit

Test start/stop and table size limit #113

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