Skip to content

Commit 8f846be

Browse files
author
Katharine Hyatt
committed
Another silly ENV mistake
1 parent 74112f7 commit 8f846be

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
@@ -2,7 +2,7 @@ using SafeTestsets
22

33
# don't run all tests on GPU, only the GPU
44
# specific ones
5-
is_buildkite = get(ENV, "BUILDKITE", false)
5+
is_buildkite = get(ENV, "BUILDKITE", "false") == "true"
66
if !is_buildkite
77
@safetestset "Algorithms" begin
88
include("algorithms.jl")

0 commit comments

Comments
 (0)