From 8b42e8a510d7cafc6ce787b9bcb7a2c92f973c96 Mon Sep 17 00:00:00 2001 From: sqr Date: Mon, 15 May 2023 22:34:44 +0800 Subject: [PATCH] Update Makefile (typo) (#4725) # Update minor typo in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98efefe8..382591e6 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ help: @echo 'format - run code formatters' @echo 'lint - run linters' @echo 'test - run unit tests' - @echo 'test - run unit tests' + @echo 'tests - run unit tests' @echo 'test TEST_FILE= - run all tests in file' @echo 'extended_tests - run only extended unit tests' @echo 'test_watch - run unit tests in watch mode'