diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67fd991..2598ccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: - run: rebar3 compile - run: rebar3 xref - run: rebar3 dialyzer + if: matrix.otp < 26 - run: rebar3 eunit -v cover: