diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e86fd8..2134c19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,6 @@ jobs: key: dialyzer-plt-cache-${{ steps.install-erlang.outputs.otp-version }}-${{ runner.os }}-${{ hashFiles('rebar.config*') }}-v0 - name: Compile run: rebar3 compile - - name: Xref - run: rebar3 xref - name: Test run: rebar3 eunit --verbose - name: Dialyzer