Skip to content

Commit

Permalink
Add test or steep check by rake task in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jan 28, 2024
1 parent 5561e09 commit 28f28ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Running tests:
```shell
$ bundle install
$ bundle exec rspec
# or
$ bundle exec rake spec
```

Running type check:
Expand All @@ -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:
Expand Down

0 comments on commit 28f28ad

Please sign in to comment.