Skip to content

Commit

Permalink
Only run Arrow extension tests on 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Jun 20, 2023
1 parent 3ba559d commit 85fc0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85fc0d1

Please sign in to comment.