Update run_test_case.yaml

This commit is contained in:
turtleDeng 2020-05-23 10:04:59 +08:00 committed by GitHub
parent 59f95f8421
commit 9a7dd4579e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: