We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1529a6d commit 2229a12Copy full SHA for 2229a12
1 file changed
.github/workflows/ci_check_android.yml
@@ -45,4 +45,4 @@ jobs:
45
shell: bash
46
run: |
47
source <(cargo ndk-env --target ${{ matrix.target }})
48
- cargo clippy --target ${{ matrix.target }} --all-features --all-targets -- -Dwarnings
+ cargo clippy --target ${{ matrix.target }} --features all,nightly,sync,ring,native-tls-vendored,compat-all --all-targets -- -Dwarnings
0 commit comments