This commit is contained in:
Rob Ede 2021-09-01 23:54:47 +01:00
parent 8e4f252ef3
commit 931690d387
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 }