~bradclawsie/Lang-Go-Mod

46a8bb7b9ff16b857fc313c183d0931cfa641d58 — Brad Clawsie 2 years ago 1679b43
tidy
1 files changed, 3 insertions(+), 2 deletions(-)

M t/03-kwalitee.t
M t/03-kwalitee.t => t/03-kwalitee.t +3 -2
@@ 2,11 2,12 @@
use Test2::V0;
use strict;
use warnings;

BEGIN {
    plan skip_all => 'these tests are for release candidate testing'
        unless $ENV{RELEASE_TESTING};
      unless $ENV{RELEASE_TESTING};
}
 

use Test::Kwalitee 'kwalitee_ok';
kwalitee_ok();
done_testing;