diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c65e573..630a25d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -30,8 +30,8 @@ jobs: run: rebar3 compile - name: Xref Checks run: rebar3 xref - - name: Dialyzer - run: rebar3 dialyzer + #- name: Dialyzer + # run: rebar3 dialyzer - name: Proper Tests run: rebar3 as test do compile, proper --regressions - name: Run Unit Tests