We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7642def commit 9424c2dCopy full SHA for 9424c2d
test/runtests.jl
@@ -1,7 +1,7 @@
1
using MATLAB
2
using Test
3
4
-is_ci() = get(ENV, "CI", nothing) == "true"
+is_ci() = lowercase(get(ENV, "CI", "false")) == "true"
5
6
if !is_ci() # only test if not CI
7
include("engine.jl")
0 commit comments