We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33491d4 commit 61034d8Copy full SHA for 61034d8
src/ci/scripts/test.sh
@@ -21,9 +21,8 @@ main() {
21
local -r arch="${2}"
22
23
pushd "$(pwd)/exarrow-rs"
24
- # Ignore doctests; they seem to fail
25
if [[ "${platform}" == "linux" ]]; then
26
- cargo test --lib --bins --tests
+ cargo test
27
else
28
# We don't spawn the Docker container on other platforms
29
cargo test --no-run
0 commit comments