Skip to content

Commit

Permalink
Test --all-features on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jul 17, 2024
1 parent 1b9b35c commit 944ab61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
with:
rust-version: stable
- name: Run tests (excluding doctests)
run: cargo test --lib --tests --bins --features avro,json,backtrace
run: cargo test --lib --tests --bins --all-features
- name: Verify Working Directory Clean
run: git diff --exit-code

Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
shell: bash
run: |
export PATH=$PATH:$HOME/d/protoc/bin
cargo test --lib --tests --bins --features avro,json,backtrace
cargo test --lib --tests --bins --all-features
cd datafusion-cli
cargo test --lib --tests --bins --all-features
Expand All @@ -349,7 +349,7 @@ jobs:
- name: Run tests (excluding doctests)
shell: bash
run: |
cargo test --lib --tests --bins --features avro,json,backtrace
cargo test --lib --tests --bins --all-features
cd datafusion-cli
cargo test --lib --tests --bins --all-features
Expand All @@ -365,7 +365,7 @@ jobs:
- name: Run tests (excluding doctests)
shell: bash
run: |
cargo test --lib --tests --bins --features avro,json,backtrace
cargo test --lib --tests --bins --all-features
cd datafusion-cli
cargo test --lib --tests --bins --all-features
Expand Down

0 comments on commit 944ab61

Please sign in to comment.