Skip to content

Commit

Permalink
Merge pull request #250 from u5surf/reduce_ci_time
Browse files Browse the repository at this point in the history
Chore: add cpanm --notest in CI
  • Loading branch information
u5surf committed Sep 27, 2022
2 parents 1277c01 + a646cb1 commit 443d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: 'prepare cpanm'
run: |
sudo apt install -y cpanminus
sudo cpanm install Test::Nginx::Socket
sudo cpanm --notest Test::Nginx::Socket > build.log 2>&1 || (cat build.log && exit 1)
- name: 'prepare promtool'
run: |
sudo apt-get update && sudo apt-get install -y curl
Expand Down

0 comments on commit 443d883

Please sign in to comment.