Commit 1bd1fb73 authored by Andrew Jones's avatar Andrew Jones
Browse files

Release build and skip linting

parent ad94af4f
......@@ -167,6 +167,8 @@ async fn build_upload_instantiate_call() {
log::info!("Building contract in {}", project_path.to_string_lossy());
cargo_contract(project_path.as_path())
.arg("build")
.arg("--release")
.arg("--skip-linting")
.assert()
.success();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment