This commit is contained in:
KMY 2023-09-12 14:36:55 +09:00
parent f09e59a96c
commit e505ba6615
2 changed files with 15 additions and 1 deletions

View file

@ -19,6 +19,20 @@ INSTALL.mdを参照してください。
CONTRIBUTING.mdを参照してください。
## テスト
```
# デバッグ実行(以下のいずれか)
foreman start
DB_USER=postgres DB_PASS=password foreman start
# 一部を除く全てのテストを行う
RAILS_ENV=test bundle exec rspec spec
# ElasticSearch連携テストを行う
RAILS_ENV=test ES_ENABLED=true RUN_SEARCH_SPECS=true bundle exec rspec spec/search
```
## kmyblueの強み
### 本家Mastodonへの積極的追従