mrmorrandir / EventSourcing

An event sourcing library with an EF Core based persistence (in order to use MSSQL and other relational databases that are available in corporate scopes).
MIT License
1 stars 0 forks source link

Integration tests fail because of missing RabbitMQ #2

Closed mrmorrandir closed 5 months ago

mrmorrandir commented 5 months ago

The integration tests fail in the github action, because there is (unbelievably) no RabbitMQ server running. Maybe I omit the RabbitMQ integration tests for github actions.