ci: enable dialyzer checks (4.3)

This commit is contained in:
Thales Macedo Garitezi 2022-09-09 10:51:58 -03:00
parent 754273f2cb
commit c65fad3014
1 changed files with 1 additions and 6 deletions

View File

@ -49,12 +49,7 @@ jobs:
- name: make xref
run: make xref
- name: make dialyzer
run: |
# TODO: once dialyzer warnings are fixed in 4.4+, we may
# enforce this.
if [[ "$(./pkg-vsn.sh)" =~ 4.3.* ]]; then
make dialyzer
fi
run: make dialyzer
- name: build zip packages
run: make ${EMQX_NAME}-zip
- name: build deb/rpm packages