Skip to content

Commit

Permalink
Integration tests shouldn't need doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jan 31, 2025
1 parent 44abeb8 commit bdf5acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
rust-version: stable
- name: Run doctests
run: |
cargo test --profile ci --doc --features avro,json,integration-tests
cargo test --profile ci --doc --features avro,json
cd datafusion-cli
cargo test --profile ci --doc --all-features
- name: Verify Working Directory Clean
Expand Down

0 comments on commit bdf5acc

Please sign in to comment.