diff --git a/test/runtests.jl b/test/runtests.jl index 215277a..88faa13 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -564,6 +564,6 @@ end end # only test package extension on >= 1.9.0 -if VERSION >= v"1.9.0" +if VERSION >= v"1.9.0" && Sys.WORD_SIZE == 64 include(joinpath(dirname(pathof(InlineStrings)), "../ext/tests.jl")) end