Skip to content

Commit

Permalink
Add a note about running tests in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Aug 7, 2023
1 parent fbbaa4f commit 7cad312
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ fn main() -> ExitCode {

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

#[cfg(debug_assertions)]
println!("Running the tests in debug mode may take a long time.");

for svg_file in &svg_files {
if !references.contains(svg_file) {
let _ = print_test_case_result(TestStatus::Skipped, svg_file, args.verbose);
Expand Down

0 comments on commit 7cad312

Please sign in to comment.