Skip to content

Commit 89407fa

Browse files
committed
[REMOVE BEFORE MERGE]
1 parent f9cf809 commit 89407fa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ steps:
138138
139139
println("--- :julia: Instantiating project")
140140
Pkg.develop([PackageSpec(path=pwd())])
141+
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
141142
142143
println("+++ :julia: Benchmarking")
143144
include("perf/runbenchmarks.jl")'

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ using Printf: @sprintf
55
import REPL
66
using Test
77

8+
using Pkg
9+
Pkg.add(url="https://github.com/christiangnrd/GPUArrays.jl", rev="accumulatetests")
10+
811
# Quit without erroring if Metal loaded without issues on unsupported platforms
912
if !Sys.isapple()
1013
@warn """Metal.jl succesfully loaded on non-macOS system.

0 commit comments

Comments
 (0)