Dzoukr / CosmoStore

F# Event store for Azure Cosmos DB, Table Storage, Postgres, LiteDB & ServiceStack
MIT License
168 stars 21 forks source link

Use async all the way through Marten #18

Closed TheAngryByrd closed 5 years ago

TheAngryByrd commented 5 years ago

This does 3 things

  1. make fake.sh executable
  2. ensure build fails if tests fail. Currently they could go unnoticed.
  3. Uses async all the way through the API.
Dzoukr commented 5 years ago

Thanks a lot, @TheAngryByrd! Will release new version soon.