Skip to content

Commit 85fc0d1

Browse files
committed
Only run Arrow extension tests on 64-bit
1 parent 3ba559d commit 85fc0d1

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
@@ -564,6 +564,6 @@ end
564564
end
565565

566566
# only test package extension on >= 1.9.0
567-
if VERSION >= v"1.9.0"
567+
if VERSION >= v"1.9.0" && Sys.WORD_SIZE == 64
568568
include(joinpath(dirname(pathof(InlineStrings)), "../ext/tests.jl"))
569569
end

0 commit comments

Comments
 (0)