Skip to content

Commit

Permalink
Remove the dist tests from the Windows workflow
Browse files Browse the repository at this point in the history
The path names are too long.
  • Loading branch information
briandfoy committed Jan 9, 2022
1 parent 2adbbc1 commit 8986617
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8986617

Please sign in to comment.