Skip to content

Use doctest_eunit_report in the examples of README.md #62

Use doctest_eunit_report in the examples of README.md

Use doctest_eunit_report in the examples of README.md #62

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: erlang:27
steps:
- uses: actions/checkout@v2
- name: Compile
run: rebar3 compile
- name: Run tests
run: rebar3 do ct, eunit
- name: Run dialyzer
run: rebar3 dialyzer