OmriCat / map-librarian

MIT License
1 stars 0 forks source link

Migrate data layer integration tests to Linux runners #268

Closed grodin closed 8 months ago

grodin commented 8 months ago

The Mac runners are really slow, so integration tests take forever. The blocker for doing this previously was that the GitHub standard size Linux runners didn't support KVM so the Android emulator was super slow.

The standard runners now support KVM so can be used to run the Android emulator. As a bonus, they have docker installed by default, so that will cut another slow step in the integration tests. Win!

grodin commented 8 months ago

Closed by #270