generic-oauth2
generic-oauth2 copied to clipboard
Chore: "gradlew test" does not include Android unit tests
I introduced simple Android unit tests in #162.
I was only able to run the tests locally in Android Studio but they are not included when running with ./gradlew test and therefore Android tests are not running in CI with Github Actions.
I have no idea why. 🤷