iden3 / iden3-mobile

iden3 light client library implementation in Go for native wallets (with gomobile-friendly wrappers)
GNU General Public License v3.0
2 stars 0 forks source link

Add GHA for running Go integration test in Android #96

Closed arnaubennassar closed 4 years ago

arnaubennassar commented 4 years ago

Added Android test automation:

  1. On PR to master if (/go has changed and the tests passed) or /android/gointegration has chenged
  2. Bind Go code and inject to Android
  3. Run Instrumented test using Firebase Test Lab

A part from that: