From 3168a19e567cc16fc1f98819ccd87b58d8f6226a Mon Sep 17 00:00:00 2001 From: hsz Date: Tue, 22 Apr 2025 07:22:51 +0800 Subject: fix action test --- xmake/actions/test/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/actions/test/main.lua b/xmake/actions/test/main.lua index 7fa42e3cf..ede4aa9b2 100644 --- a/xmake/actions/test/main.lua +++ b/xmake/actions/test/main.lua @@ -472,7 +472,7 @@ function main() -- build targets with the given tests first local targetnames = {} for _, testinfo in table.orderpairs(tests) do - local targetname = testinfo.target:name() + local targetname = testinfo.target:fullname() if testinfo.build_should_pass then local passed, errors = _try_build_target(targetname) testinfo.passed = passed -- cgit v1.3.1