From: Álvaro Fernández Rojas Date: Fri, 14 Nov 2025 09:06:43 +0000 (+0100) Subject: github: ci: tests: rename test step X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4dd874d2b4128f747b818f2333cdf27f97745927;p=project%2Flibubox.git github: ci: tests: rename test step Rename "Execute tests" step to "Test libubox". Signed-off-by: Álvaro Fernández Rojas --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c90e2a..4d09ebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,6 +217,6 @@ jobs: -DLUAPATH=${GITHUB_WORKSPACE}/build/lib/lua make - - name: Execute tests + - name: Test libubox run: | make test CTEST_OUTPUT_ON_FAILURE=1