Skip to content

Commit 7cad312

Browse files
committed
Add a note about running tests in debug mode
1 parent fbbaa4f commit 7cad312

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/src/tests.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ fn main() -> ExitCode {
5252

5353
println!("Testing {} files in total.", svg_files.len());
5454

55+
#[cfg(debug_assertions)]
56+
println!("Running the tests in debug mode may take a long time.");
57+
5558
for svg_file in &svg_files {
5659
if !references.contains(svg_file) {
5760
let _ = print_test_case_result(TestStatus::Skipped, svg_file, args.verbose);

0 commit comments

Comments
 (0)