From: alex <> Date: Tue, 3 Dec 2024 09:07:38 +0000 (+0100) Subject: Display output when testing X-Git-Url: https://aoc.elinar.fr/?a=commitdiff_plain;h=09d7689a3bfc87600c82faacfef67721e607b5c2;p=aoc_2024 Display output when testing --- diff --git a/Makefile b/Makefile index 89753f0..09b3f87 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ new-day%: # run the tests for a specific day test-day%: - cargo test $(subst test-,,$@)::tests + cargo test $(subst test-,,$@)::tests -- --nocapture # run a specific day with its input file day%: