Skip to content

Commit

Permalink
Disable xref in CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jun 14, 2021
1 parent 797ebfa commit 4f2e66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: DEBUG=1 ./rebar3 --version
- name: Compile
run: ./rebar3 compile
- name: Xref Checks
run: ./rebar3 xref
# - name: Xref Checks
# run: ./rebar3 xref
# - name: Dialyzer
# run: ./rebar3 dialyzer
- name: Run Tests
Expand Down

0 comments on commit 4f2e66a

Please sign in to comment.