From 6521a49ba18d989badf1a34d9777b84c3c547175 Mon Sep 17 00:00:00 2001 From: lhanjian Date: Mon, 26 Aug 2024 17:38:05 +0800 Subject: [PATCH] update lua_upstream test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0e9ee753b..46f980c2da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,7 @@ jobs: prove -v -Inginx-tests/lib ../../modules/ngx_debug_timer/t prove -v -Inginx-tests/lib ../../modules/ngx_debug_conn/t prove -v -Inginx-tests/lib ../../modules/ngx_slab_stat/t + prove -v -Inginx-tests/lib ../../modules/ngx_http_lua_upstream/t - name: tengine test cases using test-nginx lib working-directory: tests/test-nginx run: |