summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas2025-11-14 09:06:43 +0000
committerÁlvaro Fernández Rojas2025-11-14 09:06:43 +0000
commit4dd874d2b4128f747b818f2333cdf27f97745927 (patch)
treefbab53a48cafe1584f66a18bf9c054071ec07312
parent7686b12d11bab63d64d0e3c07aa3bbb0c5991f04 (diff)
downloadlibubox-4dd874d2b4128f747b818f2333cdf27f97745927.tar.gz
github: ci: tests: rename test step
Rename "Execute tests" step to "Test libubox". Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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