We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bb3c7 commit cef9526Copy full SHA for cef9526
1 file changed
.github/workflows/build-and-test.yml
@@ -57,7 +57,6 @@ jobs:
57
image: perldocker/perl-tester:${{ matrix.perl-version }}
58
env:
59
AUTHOR_TESTING: 1
60
- RELEASE_TESTING: 1
61
steps:
62
- uses: actions/download-artifact@master
63
with:
@@ -117,7 +116,6 @@ jobs:
117
116
- run: prove -l t xt
118
119
120
121
test_windows:
122
runs-on: ${{ matrix.os }}
123
strategy:
@@ -163,4 +161,3 @@ jobs:
163
161
164
162
165
166
0 commit comments