Skip to content

Commit

Permalink
ci(cuda): cancel the test at post build in xmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 9, 2024
1 parent 2723dc2 commit 4e02d86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/cuda/{{cookiecutter.project_slug}}/tests/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ target("{{cookiecutter.project_slug}}-tests")
add_links("cudart", "cublas")

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

0 comments on commit 4e02d86

Please sign in to comment.