Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: only run debug unit tests for android #43

Merged
merged 2 commits into from
Aug 17, 2020
Merged

ci: only run debug unit tests for android #43

merged 2 commits into from
Aug 17, 2020

Conversation

skywardpixel
Copy link
Contributor

Issue #, if available: n/a

Description of changes:
For running Android unit tests in CI, build debug APK and only run testDebugUnitTest instead of running for all variants (debug, profile, release). This is also done in flutter/plugin_tools (https://github.com/flutter/plugin_tools/blob/5468a10e847a2e0524e4258638ae2278cbf2f8df/lib/src/java_test_command.dart#L59). This change should speed up testing Android native code a little and make the console outputs cleaner (27 gradle tasks vs 81 tasks).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants