ci: enable dialyzer checks (4.3)
This commit is contained in:
parent
754273f2cb
commit
c65fad3014
|
@ -49,12 +49,7 @@ jobs:
|
||||||
- name: make xref
|
- name: make xref
|
||||||
run: make xref
|
run: make xref
|
||||||
- name: make dialyzer
|
- name: make dialyzer
|
||||||
run: |
|
run: make dialyzer
|
||||||
# TODO: once dialyzer warnings are fixed in 4.4+, we may
|
|
||||||
# enforce this.
|
|
||||||
if [[ "$(./pkg-vsn.sh)" =~ 4.3.* ]]; then
|
|
||||||
make dialyzer
|
|
||||||
fi
|
|
||||||
- name: build zip packages
|
- name: build zip packages
|
||||||
run: make ${EMQX_NAME}-zip
|
run: make ${EMQX_NAME}-zip
|
||||||
- name: build deb/rpm packages
|
- name: build deb/rpm packages
|
||||||
|
|
Loading…
Reference in New Issue