Skip to content

Commit

Permalink
Adding --no-author option to dzil test in GitGuide
Browse files Browse the repository at this point in the history
Instead of making the users run author tests, and thus requiring them to
install more modules than necessary, they can specify the --no-author option
to skip these tests when testing Dancer2.
  • Loading branch information
paultcochrane authored and xsawyerx committed Sep 21, 2014
1 parent b199826 commit 7d92071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ When that is done, you're good to go! You can use `dzil` to build and test
Dancer2:

$ dzil build
$ dzil test
$ dzil test --no-author


### Patch Submission (Github workflow)
Expand Down

0 comments on commit 7d92071

Please sign in to comment.