Skip to content

Commit 44abeb8

Browse files
committed
Doc tests did not need the exclusion
1 parent 08f1748 commit 44abeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
rust-version: stable
254254
- name: Run doctests
255255
run: |
256-
cargo test --profile ci --doc --features avro,json,integration-tests --exclude ffi_example_table_provider
256+
cargo test --profile ci --doc --features avro,json,integration-tests
257257
cd datafusion-cli
258258
cargo test --profile ci --doc --all-features
259259
- name: Verify Working Directory Clean

0 commit comments

Comments
 (0)