Faster tests (#1686)

This commit is contained in:
Dawa Ometto
2021-02-26 11:34:41 +01:00
committed by GitHub
parent 7c60841bad
commit 104335706a
3 changed files with 4 additions and 3 deletions
+2
View File
@@ -62,6 +62,8 @@ Pull Requests fixing bugs, implementing new features, or updating documentation
```
bundle exec rake test
```
To profile slow tests, you can use `bundle exec rake test TESTOPTS="--verbose"`.
### Working with test repositories