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 4966e29 commit fd45012Copy full SHA for fd45012
.github/workflows/ci.yml
@@ -49,6 +49,7 @@ jobs:
49
git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
50
git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git
51
git clone https://github.com/openresty/mockeagain.git
52
+ git clone https://github.com/openresty/test-nginx.git
53
54
- name: Build and install LuaJIT
55
run: |
@@ -84,4 +85,4 @@ jobs:
84
85
export LD_PRELOAD=$PWD/mockeagain/mockeagain.so
86
export LD_LIBRARY_PATH=$PWD/mockeagain:$LUAJIT_PREFIX/lib:$LD_LIBRARY_PATH
87
export TEST_NGINX_RESOLVER=8.8.4.4
- prove -r t
88
+ prove -Itest-nginx/inc -Itest-nginx/lib -r t
0 commit comments