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 84589b1 commit d94a0f7Copy full SHA for d94a0f7
test/runtests.jl
@@ -23,7 +23,7 @@ if is_ci
23
end
24
25
if is_slow_ci
26
- @warn "This is "slow CI" (`is_ci && Sys.ARCH == :aarch64`). Some tests will be skipped or modified." Sys.ARCH
+ @warn "This is \"slow CI\" (`is_ci && Sys.ARCH == :aarch64`). Some tests will be skipped or modified." Sys.ARCH
27
28
29
if is_julia_1_6
0 commit comments