Skip to content
  • Hans-Christoph Steiner's avatar
    gitlab-ci: run only a single pass on the tests · 15aaa12e
    Hans-Christoph Steiner authored
    Before, it was running:
    
    * testBasicDebugUnitTest
    * testBasicReleaseUnitTest
    * testFullDebugUnitTest
    
    Since there are no Robolectric tests for only "basic", and there are no
    tests specific to "release" or "debug", those three runs will be running
    the same tests, except for the handful of "full" tests. So running
    testFullDebugUnitTest covers all cases.
    15aaa12e
Validating GitLab CI configuration… Learn more