Skip to content

Commit

Permalink
[Unit tests] Use release mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Nov 4, 2024
1 parent c88e7c8 commit 83a2b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/aptos-cargo-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ fn run_targeted_compiler_v2_tests(
Ok(())
}

/// Runs the targeted unit tests
/// Runs the targeted unit tests!
fn run_targeted_unit_tests(
packages_to_test: Vec<String>,
mut direct_args: Vec<String>,
Expand Down

0 comments on commit 83a2b6e

Please sign in to comment.