Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Add 'test:md' to 'rake test'
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed May 6, 2020
1 parent 8f164dc commit c196bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ desc "Same as 'rake', 'rake preview'"
task default: %w[preview]

desc "Same as 'test:report'"
task test: %w[test:report]
task test: %w[test:md test:report]

desc 'Preview the devdocs locally'
task preview: %w[install clean] do
Expand Down

0 comments on commit c196bee

Please sign in to comment.