y-crdt / ydotnet

.NET bindings for yrs.
MIT License
35 stars 9 forks source link

Implement automated tests pipeline #50

Closed LSViana closed 10 months ago

LSViana commented 11 months ago

Add the necessary configuration files to run tests for all supported platforms:

  1. When pushing changes to main
  2. When creating PRs (to make sure the changes don't break features)

Take inspiration from previous work done here and here.