We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f1748 commit 44abeb8Copy full SHA for 44abeb8
.github/workflows/rust.yml
@@ -253,7 +253,7 @@ jobs:
253
rust-version: stable
254
- name: Run doctests
255
run: |
256
- cargo test --profile ci --doc --features avro,json,integration-tests --exclude ffi_example_table_provider
+ cargo test --profile ci --doc --features avro,json,integration-tests
257
cd datafusion-cli
258
cargo test --profile ci --doc --all-features
259
- name: Verify Working Directory Clean
0 commit comments