We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This will end up with us moving logic from YAMLs, to within the xtask itself.
One idea from out meeting is to bundle all the individual xtask invocations into one command where we can just call cargo xtask ci --chip espblah.
cargo xtask ci --chip espblah
We will also want to clean up and enforce full MSRV checks which are currently only partially checked by yaml.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This will end up with us moving logic from YAMLs, to within the xtask itself.
One idea from out meeting is to bundle all the individual xtask invocations into one command where we can just call
cargo xtask ci --chip espblah
.We will also want to clean up and enforce full MSRV checks which are currently only partially checked by yaml.
The text was updated successfully, but these errors were encountered: