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
CI for contracts within the same workspace runs rust-optimizer once for each contract in the workspace.
Reorganize the github workflow to ensure the optimizer runs only once per workspace and but that the artifact for all the contracts is uploaded.
This would both improve the speed of the CI runs and simplify the inclusion of the x86 bytecode on PRs
The text was updated successfully, but these errors were encountered:
It would also be nice to be able to issue a release of the contracts when they are tagged. Similar to: https://github.com/many-things/ibcx-contracts/blob/main/.github/workflows/publish.yaml
Sorry, something went wrong.
No branches or pull requests
Background
CI for contracts within the same workspace runs rust-optimizer once for each contract in the workspace.
Suggested Design
Reorganize the github workflow to ensure the optimizer runs only once per workspace and but that the artifact for all the contracts is uploaded.
This would both improve the speed of the CI runs and simplify the inclusion of the x86 bytecode on PRs
Acceptance Criteria
The text was updated successfully, but these errors were encountered: