Skip to content

Commit 74112f7

Browse files
committed
Dumb typo
1 parent 177135e commit 74112f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using SafeTestsets
33
# don't run all tests on GPU, only the GPU
44
# specific ones
55
is_buildkite = get(ENV, "BUILDKITE", false)
6-
if !isbuildkite
6+
if !is_buildkite
77
@safetestset "Algorithms" begin
88
include("algorithms.jl")
99
end

0 commit comments

Comments
 (0)