Skip to content

Commit

Permalink
Chore: add cpanm --notest in CI
Browse files Browse the repository at this point in the history
* To reduce the ci build time
  • Loading branch information
u5surf authored and ypcs committed Oct 3, 2022
1 parent 2b2354a commit d0d3134
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 d0d3134

Please sign in to comment.