kaizendorks / pymongo_inmemory

A mongo mocking library with an ephemeral MongoDB running in memory.
MIT License
40 stars 13 forks source link

Cross OS testing with GitHub actions #39

Open ekarademir opened 3 years ago

ekarademir commented 3 years ago

Is your feature request related to a problem? Please describe. We need to test selected versions of MongoDB continuously across operating systems.

Describe the solution you'd like We can take advantage of GitHub actions and their offer for open source projects.

Describe alternatives you've considered There are other services that provide similar stuff like TravisCI