Skip to content

Commit

Permalink
Add integration-tests feature to CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jan 25, 2025
1 parent d90dcd7 commit a4db812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
cargo test --profile ci --doc --features avro,json,integration-tests
cd datafusion-cli
cargo test --profile ci --doc --all-features
- name: Verify Working Directory Clean
Expand Down Expand Up @@ -417,7 +417,7 @@ jobs:
- name: Run tests (excluding doctests)
shell: bash
run: |
cargo test --profile ci --lib --tests --bins --features avro,json,backtrace
cargo test --profile ci --lib --tests --bins --features avro,json,backtrace,integration-tests
cd datafusion-cli
cargo test --profile ci --lib --tests --bins --all-features
Expand Down

0 comments on commit a4db812

Please sign in to comment.