Maoni0 / realmon

A monitoring tool that tells you when GCs happen in a process and some characteristics about these GCs
MIT License
281 stars 25 forks source link

Added yml file corresponding to running unit tests in both windows, ubuntu and osx. #10

Closed MokoSan closed 2 years ago

MokoSan commented 2 years ago

Added yml file corresponding to running unit tests via github workflows in both windows, ubuntu and osx. These test will run for every push and on pull request creation for all branches.

Maoni0 commented 2 years ago

hi @MokoSan, I don't think this needs updates after this PR was merged, correct (since the test dir didn't change)? if you could please confirm I will merge this one :)

MokoSan commented 2 years ago

Hey @Maoni0, this PR automates running all the unit tests right after a dev creates a pull request or pushes new changes to all branches to make sure the unit test runs are automated. Please let me know if this isn't needed; I think from the perspective of automated unit testing, it might help capture errors earlier than later.

An example of a run is: https://github.com/MokoSan/realmon/runs/4188326247?check_suite_focus=true

Thanks, M.

Maoni0 commented 2 years ago

yep, I got that the purpose was adding the tests to run automatically and thought it was great to add them. just wanted to make sure that it didn't need any updates after the last commit. I saw that @hez2010 already helped out with that. so that's great! I'll merge. thanks very much for this!

MokoSan commented 2 years ago

yep, I got that the purpose was adding the tests to run automatically and thought it was great to add them. just wanted to make sure that it didn't need any updates after the last commit. I saw that @hez2010 already helped out with that. so that's great! I'll merge. thanks very much for this!

Thank you @Maoni0 and @hez2010!