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 5c018f9 commit 3f20fb4Copy full SHA for 3f20fb4
.github/workflows/nginx.yaml
@@ -141,6 +141,7 @@ jobs:
141
TEST_NGINX_BINARY: ${{ github.workspace }}/nginx/objs/nginx
142
TEST_NGINX_MODULES: ${{ github.workspace }}/nginx/objs
143
TEST_NGINX_VERBOSE: 1
144
+ TEST_NGINX_CATLOG: 1
145
run: |
146
prove -j$(nproc) --state=save ${NGX_TEST_FILES} || prove -v --state=failed
147
0 commit comments