BigW Consortium Gitlab

test.rake 259 Bytes
Newer Older
Dmitriy Zaporozhets committed
1 2
Rake::Task["test"].clear

3
desc "GitLab | Run all tests"
Dmitriy Zaporozhets committed
4 5 6
task :test do
  Rake::Task["gitlab:test"].invoke
end
7 8

unless Rails.env.production?
9
  desc "GitLab | Run all tests on CI with simplecov"
10
  task test_ci: [:rubocop, :brakeman, :karma, :spinach, :spec]
11
end