From 17723e71a71c2866ad08f755b4514887ff1f0bf1 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Fri, 8 Apr 2022 17:08:28 +0200 Subject: [PATCH] master > master: code-rust - makefile --- code/rust/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/rust/Makefile b/code/rust/Makefile index 7805793..41365d7 100644 --- a/code/rust/Makefile +++ b/code/rust/Makefile @@ -73,7 +73,7 @@ all: setup build run ################################ # TARGETS: testing ################################ -unit-test: unit-tests +tests: unit-tests unit-tests: cargo test ################################