We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b420d15 commit 4538836Copy full SHA for 4538836
.github/workflows/rust-test.yml
@@ -45,13 +45,13 @@ jobs:
45
run: sudo apt-get install -y libkrb5-dev
46
47
- name: build and lint with clippy
48
- run: cargo clippy --all-targets --features kerberos,integration-test -- -D warnings
+ run: cargo clippy --all-targets --features integration-test -- -D warnings
49
50
- name: Check docs
51
run: cargo doc
52
53
- name: Check all features
54
- run: cargo check --all-targets --features kerberos,integration-test
+ run: cargo check --all-targets --features integration-test
55
56
test:
57
strategy:
@@ -94,4 +94,4 @@ jobs:
94
echo "$GITHUB_WORKSPACE/hadoop-3.4.0/bin" >> $GITHUB_PATH
95
96
- name: Run tests
97
- run: cargo test --features kerberos,integration-test
+ run: cargo test --features integration-test
0 commit comments