diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d14ed8..1e6e956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Run tests run: | - dzil test + dzil test -v - name: Show Errors on Windows if: ${{ failure() && startsWith( matrix.runner, 'windows-')}} diff --git a/t/31_station_table_synthesis.t b/t/31_station_table_synthesis.t index 1b1fe6b..0f6287f 100644 --- a/t/31_station_table_synthesis.t +++ b/t/31_station_table_synthesis.t @@ -62,6 +62,7 @@ use Const::Fast; use Path::Tiny; my $Bin = $FindBin::Bin; +note $Bin; const my $TRUE => 1; # perl's usual TRUE const my $FALSE => not $TRUE; # a dual-var consisting of '' and 0 @@ -609,4 +610,4 @@ subtest "station list (-partial)" => sub { is @kept, 3, '3 stations found for -active 1870-1880 -partial'; }; -START_TESTING: \ No newline at end of file +START_TESTING: