BurkusCat / Burkus.Mvvm.Maui

A simple MVVM framework for .NET MAUI. It provides: navigation, lifecycle events, parameter passing, native dialog abstractions, and testability.
MIT License
24 stars 5 forks source link

[Feature] Add unit test actions #24

Closed BurkusCat closed 9 months ago

BurkusCat commented 9 months ago

Is your feature request related to a problem? Please describe. Add GitHub actions to run the unit tests for the library and the demo app.

Describe the solution you'd like Two unit test pipelines

Describe alternatives you've considered N/A

Proposed APIs N/A

Additional context N/A