Skip to content

Commit 5d071b7

Browse files
committed
CI: Test Dialyzer only for Erlang < 28
1 parent f9d13c0 commit 5d071b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- run: rebar3 compile
2121
- run: rebar3 xref
2222
- run: rebar3 dialyzer
23+
if: matrix.otp < 28
2324
- run: rebar3 eunit -v
2425
if: matrix.otp >= 28
2526
- run: REBAR=rebar3 make spec

0 commit comments

Comments
 (0)