github: ci: tests: rename test step
authorÁlvaro Fernández Rojas <[email protected]>
Fri, 14 Nov 2025 09:06:43 +0000 (10:06 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Fri, 14 Nov 2025 09:06:43 +0000 (10:06 +0100)
Rename "Execute tests" step to "Test libubox".

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
.github/workflows/ci.yml

index 4c90e2ae97be11408df9f0a3489b83fa0305767d..4d09ebe4b678082653844d186049ae84da31871f 100644 (file)
@@ -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