mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Skip release tests unless releasing
This commit is contained in:
parent
40d0bd4b8f
commit
fb4b90886b
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
use Test::More;
|
||||
|
||||
unless ( $ENV{RELEASE_TESTING} ) {
|
||||
plan( skip_all => "Author tests not required for installation" );
|
||||
}
|
||||
|
||||
eval 'use Test::CPAN::Changes';
|
||||
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
|
||||
changes_ok();
|
||||
|
|
Loading…
Add table
Reference in a new issue