We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177135e commit 74112f7Copy full SHA for 74112f7
1 file changed
test/runtests.jl
@@ -3,7 +3,7 @@ using SafeTestsets
3
# don't run all tests on GPU, only the GPU
4
# specific ones
5
is_buildkite = get(ENV, "BUILDKITE", false)
6
-if !isbuildkite
+if !is_buildkite
7
@safetestset "Algorithms" begin
8
include("algorithms.jl")
9
end
0 commit comments