Skip to content

Commit

Permalink
add option
Browse files Browse the repository at this point in the history
  • Loading branch information
rahxephon89 committed Oct 8, 2024
1 parent 8bb94b7 commit e3518f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ impl ModelBuilder {
options.compiler_version = Some(self.model_config.compiler_version);
options.known_attributes.clone_from(known_attributes);
options.skip_attribute_checks = skip_attribute_checks;
options.compile_verify_code = true;

Check warning on line 149 in third_party/move/tools/move-package/src/compilation/model_builder.rs

View check run for this annotation

Codecov / codecov/patch

third_party/move/tools/move-package/src/compilation/model_builder.rs#L149

Added line #L149 was not covered by tests
let mut error_writer = StandardStream::stderr(ColorChoice::Auto);
move_compiler_v2::run_move_compiler_for_analysis(&mut error_writer, options)
},
Expand Down

0 comments on commit e3518f7

Please sign in to comment.