Skip to content

Commit 9424c2d

Browse files
authored
Tweak CI check
1 parent 7642def commit 9424c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using MATLAB
22
using Test
33

4-
is_ci() = get(ENV, "CI", nothing) == "true"
4+
is_ci() = lowercase(get(ENV, "CI", "false")) == "true"
55

66
if !is_ci() # only test if not CI
77
include("engine.jl")

0 commit comments

Comments
 (0)