Skip to content

Commit d94a0f7

Browse files
authored
Update runtests.jl
1 parent 84589b1 commit d94a0f7

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
@@ -23,7 +23,7 @@ if is_ci
2323
end
2424

2525
if is_slow_ci
26-
@warn "This is "slow CI" (`is_ci && Sys.ARCH == :aarch64`). Some tests will be skipped or modified." Sys.ARCH
26+
@warn "This is \"slow CI\" (`is_ci && Sys.ARCH == :aarch64`). Some tests will be skipped or modified." Sys.ARCH
2727
end
2828

2929
if is_julia_1_6

0 commit comments

Comments
 (0)