-
Notifications
You must be signed in to change notification settings - Fork 142
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
Finish cw-orch integration #846
Finish cw-orch integration #846
Conversation
Nightly toolchain is required for integration_tests
i think caching is causing issues with the cargo.lock
Looking good, just need to get CI to pass. 💪 |
Ok we should be good now. |
any suggestions for fixing the test-tube integration tests running out of space? |
not too sure for getting around the ci vm error, but would you agree we can now replace the test-tube logic with cw-orch entirely? |
Definitely. This should help us get everything on the same version as well, and it should help with the CI storage issue. |
finish adding cw-orch script interface
This reverts commit ba4e04c.
Continuation of #831
wasm_test
feature to test_contracts/tests.rs to avoid wasm build from basic.yml#[cfg(not(target_arch = "wasm32"))]
to cw_orch contracts for wasm compilation in basic.ymlBonus:
just lint
to match basic.yml commands