Merge pull request #8938 from thalesmg/ci-dialyzer-check-43

ci: enable dialyzer checks (4.3)
This commit is contained in:
Thales Macedo Garitezi 2022-09-13 09:46:27 -03:00 committed by GitHub
commit 9a184642cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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