Skip to content

Commit

Permalink
xt can be run even with no RELEASE_TESTING env
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 26, 2023
1 parent f15b685 commit 890f023
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xt/manifest.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ use warnings;
use Test::More;
use ExtUtils::Manifest;

unless ( $ENV{RELEASE_TESTING} ) {
plan( skip_all => "Author tests not required for installation" );
}
plan tests => 2;

is_deeply [ ExtUtils::Manifest::manicheck() ], [], 'missing';
Expand Down

0 comments on commit 890f023

Please sign in to comment.