-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable running unit-tests
in GitHub workflow
#1871
Conversation
Windows is hitting #1872 issue. @halx99 Can you help me in setting up running on macOS? I can't figure out how to insert arch for the command line here: https://github.com/smilediver/axmol/blob/ade1eba39c25f3d1a3909019db4fb9cdaf3067ba/.github/workflows/build.yml#L124 And I also have no idea why Linux fails. I don't know if the path to exe is wrong or something else... |
sure |
The linux will crash due to initialize FileUtilsLinux too early before entering |
does the doctest support run tests in |
Thanks for getting this to work! |
Trying to enable running
unit-tests
in GitHub workflow.