From 89866171eb67fc4f3962e8aa84c05e93efbb882b Mon Sep 17 00:00:00 2001 From: brian d foy Date: Sat, 8 Jan 2022 21:04:03 -0500 Subject: [PATCH] Remove the dist tests from the Windows workflow The path names are too long. --- .github/workflows/windows.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c6b1d09..1197e02 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -66,15 +66,9 @@ jobs: run: | perl Makefile.PL make test -# The disttest target creates the distribution, unwraps it, changes -# into the dist dir, then runs the tests there. That checks that -# everything that should be in the dist is in the dist. If you forget -# to update MANIFEST with new modules, data files, and so on, you -# should notice the error. - - name: Run distribution tests - run: | - perl Makefile.PL - make disttest +# Can't run the dist tests because the path ends up being too long +# for Windows. +# # And, coverage reports - name: Run coverage tests env: