We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9828c commit da02c5bCopy full SHA for da02c5b
1 file changed
.github/workflows/ci.yml
@@ -19,9 +19,7 @@ jobs:
19
- run: make
20
- run: rebar3 compile
21
- run: rebar3 xref
22
- if: matrix.otp < 28
23
- run: rebar3 dialyzer
24
25
- run: rebar3 eunit -v
26
if: matrix.otp >= 26
27
0 commit comments