diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2683663ddb..e93faad16d 100755 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -69,6 +69,14 @@ steps: agents: slurm_gpus: 1 + - label: "Unit: runtest cuda" + key: unit_runtest_cuda + command: + - "julia --project=test test/runtests.jl" + agents: + slurm_gpus: 1 + slurm_mem: 20G + - group: "Unit: RecursiveApply" steps: