We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca7e375 + ef2472d commit a00f908Copy full SHA for a00f908
.github/workflows/linux.yml
@@ -38,7 +38,9 @@ jobs:
38
echo '35c896266e4257793387ba22d5d76078 pari-2.3.4.tar.gz' | md5sum -c - ;
39
tar zxf pari-2.3.4.tar.gz;
40
cd - ;
41
- cpm install -g --test --show-build-log-on-failure Sub::Name;
+ # 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;
44
cpm install -g --test --show-build-log-on-failure --cpanfile cpanfile;
45
- name: Build Module
46
run: |
0 commit comments