Skip to content

Commit 4538836

Browse files
committed
Fix CI
1 parent b420d15 commit 4538836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
run: sudo apt-get install -y libkrb5-dev
4646

4747
- name: build and lint with clippy
48-
run: cargo clippy --all-targets --features kerberos,integration-test -- -D warnings
48+
run: cargo clippy --all-targets --features integration-test -- -D warnings
4949

5050
- name: Check docs
5151
run: cargo doc
5252

5353
- name: Check all features
54-
run: cargo check --all-targets --features kerberos,integration-test
54+
run: cargo check --all-targets --features integration-test
5555

5656
test:
5757
strategy:
@@ -94,4 +94,4 @@ jobs:
9494
echo "$GITHUB_WORKSPACE/hadoop-3.4.0/bin" >> $GITHUB_PATH
9595
9696
- name: Run tests
97-
run: cargo test --features kerberos,integration-test
97+
run: cargo test --features integration-test

0 commit comments

Comments
 (0)