Переглянути джерело

ci: make emqx standalone test output more readable

Thales Macedo Garitezi 2 роки тому
батько
коміт
dc4ae1a424
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .github/workflows/run_emqx_app_tests.yaml

+ 1 - 1
.github/workflows/run_emqx_app_tests.yaml

@@ -71,7 +71,7 @@ jobs:
         ./rebar3 xref
         ./rebar3 dialyzer
         ./rebar3 eunit -v
-        ./rebar3 ct -v
+        ./rebar3 ct -v --readable=true
         ./rebar3 proper -d test/props
     - uses: actions/upload-artifact@v3
       if: failure()