Use stacktrace option in tests

This commit is contained in:
Suhan G Paradkar 2021-08-07 13:20:01 +05:30 committed by Wisest_wizard
parent a47528d11c
commit 1d6f0a2b91
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
- name: Execute tests
run: |
./gradlew test
./gradlew test --stacktrace
- name: Android Integration Test
uses: ReactiveCircus/android-emulator-runner@v2.19.0
with: