mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Do not run integration tests for the test adapter
This commit is contained in:
parent
ef877bbc93
commit
8a1c3476a6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace :test do
|
|||
|
||||
desc 'Run integration tests for all adapters'
|
||||
task :integration do
|
||||
run_without_aborting ACTIVEJOB_ADAPTERS.map { |a| "test:integration:#{a}" }
|
||||
run_without_aborting (ACTIVEJOB_ADAPTERS - ['test']).map { |a| "test:integration:#{a}" }
|
||||
end
|
||||
|
||||
task 'env:integration' do
|
||||
|
|
Loading…
Reference in a new issue