mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
CI test on both MySQL and SQLite
This commit is contained in:
parent
0f336c4e2f
commit
4405015384
2 changed files with 5 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ task :ci do |t|
|
|||
require 'simplecov'
|
||||
SimpleCov.start 'rails'
|
||||
|
||||
[:environment, 'test:all', 'cucumber'].each do |t|
|
||||
[:environment, 'db:create', 'test:all', 'cucumber'].each do |t|
|
||||
Rake::Task[t].invoke
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue