-
Notifications
You must be signed in to change notification settings - Fork 11
Update workflow to include unit tests #45
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
base: main
Are you sure you want to change the base?
Update workflow to include unit tests #45
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
|
Why we need to split this in a job ? I am not sure if this will not make bazel cold again and increase times. |
Good point, I've combined the tests now. I think it would be nice to have separate jobs in future to make it clearer what failed but it would require a more complex workflow to keep the cache between tests |
Add unit tests to Github actions
Included QNX build fix from @pawelrutkaq as this PR may be ready to merge sooner