Merge pull request #8938 from thalesmg/ci-dialyzer-check-43
ci: enable dialyzer checks (4.3)
This commit is contained in:
commit
9a184642cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue