Skip to content

Commit 89e3f19

Browse files
committed
fix error
1 parent 5a19bdb commit 89e3f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
# dirs:
1111
# - src
1212
# - ext
13-
command: julia --eval='println("Current directory: ", pwd()); println("Files in directory: ", readdir()); include("test/ext/cuda.jl")'
13+
command: julia --eval='println(pwd()); println(readdir()); include("test/ext/CUDA/cuda.jl")'
1414
agents:
1515
queue: "juliagpu"
1616
cuda: "*"

0 commit comments

Comments
 (0)