Skip to content

Commit 4e02d86

Browse files
committed
ci(cuda): cancel the test at post build in xmake
1 parent 2723dc2 commit 4e02d86

File tree

1 file changed

+3
-3
lines changed
  • template/cuda/{{cookiecutter.project_slug}}/tests

1 file changed

+3
-3
lines changed

template/cuda/{{cookiecutter.project_slug}}/tests/xmake.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ target("{{cookiecutter.project_slug}}-tests")
1111
add_links("cudart", "cublas")
1212

1313
-- Define test run command
14-
after_build(function (target)
15-
os.exec("%s", target:targetfile())
16-
end)
14+
-- after_build(function (target)
15+
-- os.exec("%s", target:targetfile())
16+
-- end)

0 commit comments

Comments
 (0)