Runtime: Run Dialyzer in Mix jobs

This commit is contained in:
Badlop 2024-03-06 12:51:46 +01:00
parent f50b5e1a58
commit dbf0fb8e86
1 changed files with 3 additions and 2 deletions

View File

@ -334,13 +334,14 @@ jobs:
./autogen.sh
./configure --with-rebar=mix \
--prefix=/tmp/ejabberd \
--enable-all \
--disable-odbc
--enable-all
mix deps.get
make
- run: make xref
- run: make dialyzer
- run: make edoc
- name: Run rel