simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.08k stars 88 forks source link

Run tests on macOS #83

Closed vincevargadev closed 4 years ago

vincevargadev commented 4 years ago

Sorry for the other closed pull requests, I enabled the actions on my fork to make sure that the new test-macos job passes.

passsy commented 4 years ago

Thanks for adding. I don't quite see why dartx also has to be tested on macOS. We added windows because it differs when we work with paths. But macOS and Linux have the same when it comes to paths.

Adding it anyway, since Github Actions is free for open-source projects.