diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fcae13..2732f92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,9 @@ jobs: - name: Compile run: rebar3 compile + - name: Test + run: rebar3 ct + - name: Run ex_doc run: rebar3 ex_doc