Skip to content

Commit

Permalink
[ci] garbage collection and fast linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Palazzetti committed Nov 27, 2017
1 parent 61ac229 commit fcc8510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/testing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
namespace :test do
desc 'Run linting on the repository'
task :lint do
sh 'gometalinter --deadline 60s --errors --vendor ./tracer ./contrib/...'
# enable-gc is required because with a full linting process we may finish workers memory
# fast is used temporarily for a faster CI
sh 'gometalinter --deadline 60s --fast --enable-gc --errors --vendor ./tracer ./contrib/...'
end

desc 'Test all packages'
Expand Down

0 comments on commit fcc8510

Please sign in to comment.