Skip to content

Commit 08f1748

Browse files
committed
Specify each excluded crate separately
1 parent bb2a87a commit 08f1748

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
@@ -185,7 +185,7 @@ jobs:
185185
with:
186186
rust-version: stable
187187
- name: Run tests (excluding doctests)
188-
run: cargo test --profile ci --exclude datafusion-examples,ffi_example_table_provider --exclude datafusion-benchmarks --workspace --lib --tests --bins --features avro,json,backtrace,integration-tests
188+
run: cargo test --profile ci --exclude datafusion-examples --exclude ffi_example_table_provider --exclude datafusion-benchmarks --workspace --lib --tests --bins --features avro,json,backtrace,integration-tests
189189
- name: Verify Working Directory Clean
190190
run: git diff --exit-code
191191

0 commit comments

Comments
 (0)