Skip to content

Commit a00f908

Browse files
authored
Merge pull request #140 from waterkip/subnametest
Install Sub::Name without running tests
2 parents ca7e375 + ef2472d commit a00f908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
echo '35c896266e4257793387ba22d5d76078 pari-2.3.4.tar.gz' | md5sum -c - ;
3939
tar zxf pari-2.3.4.tar.gz;
4040
cd - ;
41-
cpm install -g --test --show-build-log-on-failure Sub::Name;
41+
# Sub::Name has test that fail every so many times on t/lexical.t
42+
# we ignore these test failures for now...
43+
cpm install -g --show-build-log-on-failure Sub::Name;
4244
cpm install -g --test --show-build-log-on-failure --cpanfile cpanfile;
4345
- name: Build Module
4446
run: |

0 commit comments

Comments
 (0)