Skip to content

Commit

Permalink
WIP: Disable parallel_spec
Browse files Browse the repository at this point in the history
lazyfrosch committed Aug 2, 2017
1 parent 0b90cf1 commit d1ab81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -20,5 +20,5 @@ exclude_paths = %w(
PuppetLint.configuration.ignore_paths = exclude_paths
PuppetSyntax.exclude_paths = exclude_paths

desc 'Run validate, parallel_spec, lint'
task test: %w(metadata_lint validate parallel_spec lint)
desc 'Run validate, spec, lint'
task test: %w(metadata_lint validate spec lint)

0 comments on commit d1ab81b

Please sign in to comment.