We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7daeb3 commit 8c315b7Copy full SHA for 8c315b7
.github/workflows/nginx.yaml
@@ -142,6 +142,7 @@ jobs:
142
TEST_NGINX_BINARY: ${{ github.workspace }}/nginx/objs/nginx
143
TEST_NGINX_MODULES: ${{ github.workspace }}/nginx/objs
144
TEST_NGINX_VERBOSE: 1
145
+ TEST_NGINX_CATLOG: 1
146
run: |
147
prove -j$(nproc) --state=save ${NGX_TEST_FILES} || prove -v --state=failed
148
0 commit comments