Update activerecord/RUNNING_UNIT_TESTS.rdoc

Co-authored-by: Mark Oleson <fusion2004@hey.com>
This commit is contained in:
Jorge Manrubia 2021-03-12 18:02:21 +01:00 committed by Jorge Manrubia
parent d5625c97df
commit f9514727af
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ defined in +Rakefile+)
There are some performance tests for the encryption system that can be run with.
$ rake test:encryption:performance:mysql2
$ test:integration:active_job:postgresql
$ rake test:integration:active_job:postgresql
$ rake test:encryption:performance:sqlite3
These performance tests are not executed as part of the regular testing tasks.