Skip to content

Commit 443d883

Browse files
authored
Merge pull request #250 from u5surf/reduce_ci_time
Chore: add cpanm --notest in CI
2 parents 1277c01 + a646cb1 commit 443d883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: 'prepare cpanm'
7272
run: |
7373
sudo apt install -y cpanminus
74-
sudo cpanm install Test::Nginx::Socket
74+
sudo cpanm --notest Test::Nginx::Socket > build.log 2>&1 || (cat build.log && exit 1)
7575
- name: 'prepare promtool'
7676
run: |
7777
sudo apt-get update && sudo apt-get install -y curl

0 commit comments

Comments
 (0)