We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbaa4f commit 7cad312Copy full SHA for 7cad312
1 file changed
tests/src/tests.rs
@@ -52,6 +52,9 @@ fn main() -> ExitCode {
52
53
println!("Testing {} files in total.", svg_files.len());
54
55
+ #[cfg(debug_assertions)]
56
+ println!("Running the tests in debug mode may take a long time.");
57
+
58
for svg_file in &svg_files {
59
if !references.contains(svg_file) {
60
let _ = print_test_case_result(TestStatus::Skipped, svg_file, args.verbose);
0 commit comments