-
I have a cargo package that has only tests. I'd like to plug it into things just for the
I guess I'll just add an empty binary, but ideally this wouldn't be necessary. |
Beta Was this translation helpful? Give feedback.
Answered by
ipetkov
Aug 11, 2022
Replies: 1 comment 8 replies
-
This looks like it might be a configuration error as the |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
ipetkov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks like it might be a configuration error as the
minimint-tests
binary is explicitly being selected for building. Please double check whatever flags/arguments are being inherited in the build expression!