There was an error while loading. Please reload this page.
1 parent f9d13c0 commit 5d071b7Copy full SHA for 5d071b7
1 file changed
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
- run: rebar3 compile
21
- run: rebar3 xref
22
- run: rebar3 dialyzer
23
+ if: matrix.otp < 28
24
- run: rebar3 eunit -v
25
if: matrix.otp >= 28
26
- run: REBAR=rebar3 make spec
0 commit comments