mirror of https://github.com/fafhrd91/actix-net
fix ci
This commit is contained in:
parent
8e4f252ef3
commit
931690d387
|
@ -5,7 +5,7 @@ lint = "clippy --workspace --all-features --tests --examples --bins -- -Dclippy:
|
|||
ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocapture"
|
||||
|
||||
# just check the library (without dev deps)
|
||||
ci-check-min = "hack --workspace --no-default-features"
|
||||
ci-check-min = "hack --workspace check --no-default-features"
|
||||
ci-check-lib = "hack --workspace --feature-powerset --exclude-features io-uring check"
|
||||
ci-check-lib-linux = "hack --workspace --feature-powerset check"
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with: { command: ci-check-lib-linux }
|
||||
- name: check lib
|
||||
if: matrix.target.triple != 'x86_64-pc-windows-gnu'
|
||||
if: matrix.target.triple == 'x86_64-pc-windows-gnu'
|
||||
uses: actions-rs/cargo@v1
|
||||
with: { command: ci-check-min }
|
||||
|
||||
|
|
Loading…
Reference in New Issue