-
Notifications
You must be signed in to change notification settings - Fork 4
Add CI steps for mc-sgx-panic-abort
#19
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
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Codecov Report
@@ Coverage Diff @@
## main #19 +/- ##
=====================================
Coverage 9.09% 9.09%
=====================================
Files 2 2
Lines 11 11
=====================================
Hits 1 1
Misses 10 10 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
`mc-sgx-panic-abort` is a crate that that can only be built in a no_std environment and thus can't use `cargo test`. Because of this `mc-sgx-panic-abort` is separate from the root workspace and needs to be explicitly called out in CI steps.
bcf8290
to
3792e6c
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
✅ This pull request merged successfully as part of a Graphite job |
mc-sgx-panic-abort
is a crate that that can only be built in a no_stdenvironment and thus can't use
cargo test
. Because of thismc-sgx-panic-abort
is separate from the root workspace and needs to beexplicitly called out in CI steps.
Motivation
Future Work