Skip to content

Commit

Permalink
ci.yml: added debug_conn/debug_timer/stat_slab test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Aug 4, 2023
1 parent d5538d5 commit 800ac90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
--add-module=./modules/ngx_backtrace_module \
--add-module=./modules/ngx_debug_pool \
--add-module=./modules/ngx_debug_timer \
--add-module=./modules/ngx_debug_conn \
--add-module=./modules/ngx_http_concat_module \
--add-module=./modules/ngx_http_footer_filter_module \
--add-module=./modules/ngx_http_lua_module \
Expand Down Expand Up @@ -107,6 +108,9 @@ jobs:
sudo cpanm --notest Net::DNS::Nameserver > build.log 2>&1 || (cat build.log && exit 1)
prove -v -Inginx-tests/lib tengine-tests/
prove -v -Inginx-tests/lib ../../modules/ngx_http_proxy_connect_module/t
prove -v -Inginx-tests/lib ../../modules/ngx_debug_timer/t
prove -v -Inginx-tests/lib ../../modules/ngx_debug_conn/t
prove -v -Inginx-tests/lib ../../modules/ngx_slab_stat/t
- name: tengine test cases using test-nginx lib
working-directory: tests/test-nginx
run: |
Expand Down

0 comments on commit 800ac90

Please sign in to comment.