From 28f28adfb9fd0c0b1cb1e88f46f4a9e888f74074 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:51:53 +0900 Subject: [PATCH] Add test or steep check by rake task in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4afdee2f..7b9a7db3 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ Running tests: ```shell $ bundle install $ bundle exec rspec +# or +$ bundle exec rake spec ``` Running type check: @@ -96,6 +98,8 @@ Running type check: $ bundle install $ bundle exec rbs collection install $ bundle exec steep check +# or +$ bundle exec rake steep ``` Running both of them: