From 5db1993bd4b3526ad2953b80f5bd0b796233c703 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Tue, 7 Nov 2023 10:12:58 +0100 Subject: bump xmake CI version to 2.8.2 (#514) * bump xmake CI version to 2.8.2 * show test times in log --- xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 7109a62b9..aefdbefd2 100644 --- a/xmake.lua +++ b/xmake.lua @@ -256,6 +256,7 @@ task("test") if name == "server" then cmd = string.format("xmake run %s test", test) end + cmd = string.format("%s --duration=true", cmd) if use_junit_reporting then local target = project.target(test) local junit_report_file = path.join(junit_report_dir, string.format("junit-%s-%s-%s.xml", config.plat(), arch, test)) -- cgit v1.2.3