diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e5e75f9..850f4c1 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -29,6 +29,7 @@ jobs: - name: Compile run: rebar3 compile - name: Xref Check + continue-on-error: true run: rebar3 xref - name: Run Tests run: rebar3 as test eunit