CI: Move to plan-less tests

This commit is contained in:
Dan Church 2023-07-20 13:44:37 -05:00
parent f3db5cf5ee
commit 971b76ab37
Signed by: h3xx
GPG Key ID: EA2BF379CD2CDBD0
8 changed files with 8 additions and 16 deletions

View File

@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::Simple
tests => 1;
use Test::More 'no_plan';
use TestFunctions;

View File

@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::Simple
tests => 3;
use Test::More 'no_plan';
use TestFunctions;

View File

@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::Simple
tests => 3;
use Test::More 'no_plan';
use TestFunctions;

View File

@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::Simple
tests => 3;
use Test::More 'no_plan';
use TestFunctions;

View File

@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::Simple
tests => 3;
use Test::More 'no_plan';
use TestFunctions;

View File

@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::Simple
tests => 3;
use Test::More 'no_plan';
use TestFunctions;

View File

@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::Simple
tests => 4;
use Test::More 'no_plan';
use TestFunctions;

View File

@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::Simple
tests => 3;
use Test::More 'no_plan';
use TestFunctions;