Skip to content

Commit

Permalink
Merge pull request #1755 from chef/dr/test-order
Browse files Browse the repository at this point in the history
rake: lint before test
  • Loading branch information
chris-rock committed May 3, 2017
2 parents 0d78f49 + b9ac13d commit bfda54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -33,7 +33,7 @@ task :update_demo do
end

# run tests
task default: [:test, :lint]
task default: [:lint, :test]

Rake::TestTask.new do |t|
t.libs << 'test'
Expand Down

0 comments on commit bfda54f

Please sign in to comment.