Skip to content

Commit 61034d8

Browse files
committed
test: fix test setup
1 parent 33491d4 commit 61034d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ci/scripts/test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ main() {
2121
local -r arch="${2}"
2222

2323
pushd "$(pwd)/exarrow-rs"
24-
# Ignore doctests; they seem to fail
2524
if [[ "${platform}" == "linux" ]]; then
26-
cargo test --lib --bins --tests
25+
cargo test
2726
else
2827
# We don't spawn the Docker container on other platforms
2928
cargo test --no-run

0 commit comments

Comments
 (0)