From 11647fcf7d5fddc8035305c3e9d532749469b713 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Wed, 2 Mar 2022 09:17:05 -0800 Subject: [PATCH] Remove xref step --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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