Conversation
|
@catthehacker - is the slow part in the execution of the build or tests? Not sure I want to add a 20 min delay on each build 🤔 |
|
@cplee I know that MacOS runners on GitHub Actions have very bad performance especially with Docker running in VirtualBox machine, so I'm pretty sure that affects the testing phase and there shouldn't be any issue with building but I do not own any machine with MacOS so I can't tell how it looks like on normal Apple devices. |
|
@cplee I couldn't find any way to test that myself locally yet. Would it be okay to merge PR if I remove dependency on MacOS test and add |
9825998 to
e5242e6
Compare
|
@catthehacker - ready to merge once conflict is addressed. |
e5242e6 to
196d80e
Compare
|
@cplee Fixed conflicts and I've added |
Keep the test job named `test` to align with current branch protection checks
Add code testing on MacOS. Performance is absolutely terrible on GHA (linux: <2 minutes, macos: >20 minutes) but hey! it works!