Skip to content

Commit cef9526

Browse files
simbabqueoalders
authored andcommitted
remove RELEASE_TESTING from all test builds
We are already doing this at the build phase. See #172.
1 parent 91bb3c7 commit cef9526

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
image: perldocker/perl-tester:${{ matrix.perl-version }}
5858
env:
5959
AUTHOR_TESTING: 1
60-
RELEASE_TESTING: 1
6160
steps:
6261
- uses: actions/download-artifact@master
6362
with:
@@ -117,7 +116,6 @@ jobs:
117116
- run: prove -l t xt
118117
env:
119118
AUTHOR_TESTING: 1
120-
RELEASE_TESTING: 1
121119
test_windows:
122120
runs-on: ${{ matrix.os }}
123121
strategy:
@@ -163,4 +161,3 @@ jobs:
163161
- run: prove -l t xt
164162
env:
165163
AUTHOR_TESTING: 1
166-
RELEASE_TESTING: 1

0 commit comments

Comments
 (0)