We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728d26e commit 7751791Copy full SHA for 7751791
1 file changed
.github/workflows/rust.yml
@@ -215,19 +215,3 @@ jobs:
215
echo "Checking package '$dir'"
216
cargo msrv verify --manifest-path "$dir" || exit 1
217
done
218
-
219
- - name: Verify supports the latest arrow
220
- if: matrix.os == 'ubuntu-latest' && ! matrix.minimal-versions
221
- working-directory: rust
222
- run: |
223
- # Update arrow to the latest version in the lock file
224
- cargo update \
225
- -p arrow-array \
226
- -p arrow-buffer \
227
- -p arrow-schema \
228
- -p arrow-select
229
230
- # If the lock file was updated, run the tests
231
- if ! git diff --quiet Cargo.lock; then
232
- cargo test --all-targets --all-features --workspace
233
- fi
0 commit comments