Skip to content

Commit

Permalink
Remove xref step
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Mar 2, 2022
1 parent 7f041c7 commit 11647fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11647fc

Please sign in to comment.