Skip to content

Commit

Permalink
Enabled rebar diagnostics on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idorobots committed May 10, 2023
1 parent b445b31 commit 239c800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
with:
otp-version: '25'
rebar3-version: '3.20.0'
- run: sudo apt update && sudo apt install -y make gcc libssl-dev && rebar3 get-deps && rebar3 ct && rebar3 dialyzer && rebar3 lint
- run: sudo apt update && sudo apt install -y make gcc git libssl-dev
- run: DIAGNOSTIC=1 rebar3 get-deps && rebar3 ct && rebar3 dialyzer && rebar3 lint

0 comments on commit 239c800

Please sign in to comment.