Skip to content

Commit 5373271

Browse files
committed
Adding an optional hdfs crate
1 parent f2a5c47 commit 5373271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/rust-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
shell: bash
3030
run: |
3131
cd native
32-
cargo clippy --color=never --all-targets --workspace -- -D warnings
32+
cargo clippy --color=never --all-targets --workspace --exclude hdfs -- -D warnings
3333
3434
- name: Check compilation
3535
shell: bash

0 commit comments

Comments
 (0)