Skip to content

Add facilities for diffing large lists #173

Add facilities for diffing large lists

Add facilities for diffing large lists #173

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [25.2, 21.3.8.21]
container:
image: erlang:${{ matrix.otp }}
steps:
- uses: actions/checkout@v2
- name: Compile and run tests
run: make
- name: Test with concuerror
run: make concuerror_test