caduandrade / multi_split_view

Provides horizontal or vertical multiple split view for Flutter.
MIT License
157 stars 29 forks source link

You should run unit tests when a PR is created #91

Closed stan-at-work closed 3 months ago

stan-at-work commented 3 months ago

To ensure the reliability and correctness of your code, it is crucial to run unit tests whenever a Pull Request (PR) is created. This practice helps catch bugs early, verify that new changes do not break existing functionality, and maintain code quality.

caduandrade commented 3 months ago

Tests are always run automatically by git actions