diff --git a/.github/workflows/run_test_case.yaml b/.github/workflows/run_test_case.yaml index df0f622ea..8bb918294 100644 --- a/.github/workflows/run_test_case.yaml +++ b/.github/workflows/run_test_case.yaml @@ -16,8 +16,11 @@ jobs: - name: Run tests run: | make xref + rm -f rebar.lock make eunit + rm -f rebar.lock make ct + rm -f rebar.lock make cover - name: Coveralls env: