File tree Expand file tree Collapse file tree 4 files changed +19
-13
lines changed Expand file tree Collapse file tree 4 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 3030 - name : Run Tests
3131 run : |
3232 make test
33+ make disttest NOECHO=
Original file line number Diff line number Diff line change @@ -20,12 +20,10 @@ jobs:
2020
2121 steps :
2222 - uses : actions/checkout@v1
23- - name : perl -V
24- run : perl -V
25- - name : Makefile.PL
26- run : perl Makefile.PL
27- - name : make test
28- run : make test
23+ - run : perl -V
24+ - run : perl Makefile.PL
25+ - run : make test
26+ - run : make disttest NOECHO=
2927
3028 linux :
3129 name : " linux ${{ matrix.perl-version }}"
6361
6462 steps :
6563 - uses : actions/checkout@v1
66- - name : perl -V
67- run : perl -V
68- - name : Makefile.PL
69- run : perl Makefile.PL
70- - name : make test
71- run : make test
72-
64+ - run : perl -V
65+ - run : perl Makefile.PL
66+ - run : make test
67+ - run : make disttest NOECHO=
Original file line number Diff line number Diff line change 4848 run : |
4949 path c:\tools\cygwin\bin;c:\tools\cygwin\usr\bin
5050 make test
51+ - name : Run disttest
52+ shell : cmd
53+ run : |
54+ path c:\tools\cygwin\bin;c:\tools\cygwin\usr\bin
55+ make disttest NOECHO=
Original file line number Diff line number Diff line change 4545 run : |
4646 path C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;%PATH%
4747 gmake test
48+ - name : Run disttest
49+ shell : cmd
50+ run : |
51+ path C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;%PATH%
52+ gmake disttest NOECHO=
You can’t perform that action at this time.
0 commit comments