Skip to content

Commit 860f109

Browse files
committed
Run tests on GPU
1 parent 79039d4 commit 860f109

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ steps:
6969
agents:
7070
slurm_gpus: 1
7171

72+
- label: "Unit: runtest cuda"
73+
key: unit_runtest_cuda
74+
command:
75+
- "julia --project=test test/runtests.jl"
76+
agents:
77+
slurm_gpus: 1
78+
slurm_mem: 20G
79+
7280
- group: "Unit: RecursiveApply"
7381
steps:
7482

0 commit comments

Comments
 (0)