test(CI): run xref case in actions

This commit is contained in:
zhanghongtong 2021-01-13 17:38:34 +08:00 committed by Rory Z
parent 372687d79d
commit 66cbedd978
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ jobs:
sed -i "/auth.ldap.servers/c auth.ldap.servers = ldap_server" apps/emqx_auth_ldap/etc/emqx_auth_ldap.conf
- name: run tests
run: |
docker exec -i erlang bash -c "make xref"
docker exec -i erlang bash -c "make ct"
docker exec -i erlang bash -c "make cover"
- uses: actions/upload-artifact@v1