From 2ce0c8a35fe7c70727d9eadad46bcd3de6e196af Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Thu, 25 Nov 2021 08:32:51 +0900 Subject: [PATCH] Fix a broken format of how to run tests --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a021e10..d0332642 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,8 @@ The CI/CD currently checks strict format and linting, so be sure to add comments ## Run the tests -```make test +```bash +$ make test ``` ## Get in touch