Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sergej Kostjucenko
cargo-contract
Commits
1bd1fb73
Commit
1bd1fb73
authored
Apr 22, 2022
by
Andrew Jones
Browse files
Release build and skip linting
parent
ad94af4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/extrinsics.rs
View file @
1bd1fb73
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment