Skip to content

Commit fd45012

Browse files
more fixes
1 parent 4966e29 commit fd45012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
5050
git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git
5151
git clone https://github.com/openresty/mockeagain.git
52+
git clone https://github.com/openresty/test-nginx.git
5253
5354
- name: Build and install LuaJIT
5455
run: |
@@ -84,4 +85,4 @@ jobs:
8485
export LD_PRELOAD=$PWD/mockeagain/mockeagain.so
8586
export LD_LIBRARY_PATH=$PWD/mockeagain:$LUAJIT_PREFIX/lib:$LD_LIBRARY_PATH
8687
export TEST_NGINX_RESOLVER=8.8.4.4
87-
prove -r t
88+
prove -Itest-nginx/inc -Itest-nginx/lib -r t

0 commit comments

Comments
 (0)