Skip to content

Commit

Permalink
MacOS Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Mar 5, 2024
1 parent e90bf4f commit aae760f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions t/00-load.t
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
#!perl -T

use strict;
use lib '../lib';
use lib 'lib';
use lib '.';

use Test::Most tests => 12;
use Test::Most tests => 11;

my @modules = (
'Geo::Coder::Free',
'Geo::Coder::Free::Config',
'Geo::Coder::Free::Local',
'Geo::Coder::Free::MaxMind',
'Geo::Coder::Free::OpenAddresses',
'Geo::Coder::Free::DB',
'Geo::Coder::Free::DB::MaxMind::admin1',
'Geo::Coder::Free::DB::MaxMind::admin',
'Geo::Coder::Free::DB::MaxMind::cities',
Expand Down

0 comments on commit aae760f

Please sign in to comment.