提交 8f995879 authored 作者: Serhij S's avatar Serhij S

ci fix

上级 91b1a185
...@@ -24,11 +24,11 @@ jobs: ...@@ -24,11 +24,11 @@ jobs:
- name: cargo test locking-rt-safe - name: cargo test locking-rt-safe
run: cargo test --no-default-features --all-targets -F locking-rt-safe run: cargo test --no-default-features --all-targets -F locking-rt-safe
- name: cargo test default full - name: cargo test default full
run: cargo test --all-targets -F full,openssl-vendored run: cargo test --all-targets -F full
- name: cargo test locking-rt full - name: cargo test locking-rt full
run: cargo test --no-default-features --all-targets -F locking-rt,full,openssl-vendored run: cargo test --no-default-features --all-targets -F locking-rt,full
- name: cargo test locking-rt-safe full - name: cargo test locking-rt-safe full
run: cargo test --no-default-features --all-targets -F locking-rt-safe,full,openssl-vendored run: cargo test --no-default-features --all-targets -F locking-rt-safe,full
fmt: fmt:
runs-on: ubuntu-latest runs-on: ubuntu-latest
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: cargo clippy - name: cargo clippy
run: | run: |
cargo clippy -F full,openssl-vendored --all-targets -- \ cargo clippy -F full --all-targets -- \
-W clippy::all -W clippy::pedantic \ -W clippy::all -W clippy::pedantic \
-A clippy::used-underscore-binding \ -A clippy::used-underscore-binding \
-A clippy::doc_markdown \ -A clippy::doc_markdown \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论