Skip to content

Commit 8c315b7

Browse files
committed
debug: enable TEST_NGINX_CATLOG in ci
1 parent f7daeb3 commit 8c315b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nginx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
TEST_NGINX_BINARY: ${{ github.workspace }}/nginx/objs/nginx
143143
TEST_NGINX_MODULES: ${{ github.workspace }}/nginx/objs
144144
TEST_NGINX_VERBOSE: 1
145+
TEST_NGINX_CATLOG: 1
145146
run: |
146147
prove -j$(nproc) --state=save ${NGX_TEST_FILES} || prove -v --state=failed
147148

0 commit comments

Comments
 (0)