From 09d7689a3bfc87600c82faacfef67721e607b5c2 Mon Sep 17 00:00:00 2001 From: alex <> Date: Tue, 3 Dec 2024 10:07:38 +0100 Subject: [PATCH] Display output when testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%: -- 2.39.5