-
Notifications
You must be signed in to change notification settings - Fork 139
[github-actions] Made it so tests also run on intel #32
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
[github-actions] Made it so tests also run on intel #32
Conversation
Could we add intel to benchmarking too? And include them in github release artifacts? |
@danbugs when this merges you will need to update the branch protection rules required checks as there are now new checks and some of the existing ones don't exist |
1019713
to
f060b76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm with some minor questions
f060b76
to
7f3d83a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Base branch requires signed commits
73b5512
to
b0b9e5f
Compare
Note: I only modified the dep_rust matrix which will run the tests to assess differences between amd and intel. In the future, we might want to consider revisiting our matrix setup. Signed-off-by: danbugs <[email protected]>
…rks to release artifacts Signed-off-by: danbugs <[email protected]>
Signed-off-by: danbugs <[email protected]>
Signed-off-by: danbugs <[email protected]>
b0b9e5f
to
2a43eca
Compare
Base branch requires signed commits
Note: I only modified the dep_rust matrix which will run the tests to assess differences between amd and intel. In the future, we might want to consider revisiting our matrix setup.