diff --git a/server/src/db_io/Makefile b/server/src/db_io/Makefile index 4cd31e0..25b300f 100644 --- a/server/src/db_io/Makefile +++ b/server/src/db_io/Makefile @@ -1,5 +1,10 @@ + build: cargo build test: +ifdef print + cargo test -- --nocapture +else cargo test +endif