mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
rake: lint before test
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
0d78f49fcf
commit
b9ac13dd40
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -33,7 +33,7 @@ task :update_demo do
|
||||||
end
|
end
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
task default: [:test, :lint]
|
task default: [:lint, :test]
|
||||||
|
|
||||||
Rake::TestTask.new do |t|
|
Rake::TestTask.new do |t|
|
||||||
t.libs << 'test'
|
t.libs << 'test'
|
||||||
|
|
Loading…
Reference in a new issue