Skip to content

Commit 7751791

Browse files
committed
remove redundant test
1 parent 728d26e commit 7751791

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -215,19 +215,3 @@ jobs:
215215
echo "Checking package '$dir'"
216216
cargo msrv verify --manifest-path "$dir" || exit 1
217217
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

Comments
 (0)