mirror of https://github.com/fafhrd91/actix-web
fix ci
This commit is contained in:
parent
743f0ddf1b
commit
80cd26db9d
|
@ -7,5 +7,8 @@ ci-default = "check --workspace --bins --tests --examples"
|
|||
ci-full = "check --workspace --all-features --bins --tests --examples"
|
||||
ci-test = "test --workspace --all-features --lib --tests --no-fail-fast -- --nocapture"
|
||||
ci-doctest = "test --workspace --all-features --doc --no-fail-fast -- --nocapture"
|
||||
ci-feature-powerset-check-openssl="hack --workspace --feature-powerset --skip=__compress,rustls check"
|
||||
ci-feature-powerset-check-rustls="hack --workspace --feature-powerset --skip=__compress,openssl check"
|
||||
|
||||
|
||||
ci-feature-powerset-check-no-tls="hack --workspace --feature-powerset --skip=__compress,rustls,openssl check"
|
||||
ci-feature-powerset-check-rustls="hack --workspace --feature-powerset --features=rustls --skip=__compress,openssl check"
|
||||
ci-feature-powerset-check-openssl="hack --workspace --feature-powerset --features=openssl --skip=__compress,rustls check"
|
||||
|
|
|
@ -115,8 +115,8 @@ jobs:
|
|||
|
||||
- name: check feature combinations
|
||||
# if: github.ref == 'refs/heads/master'
|
||||
uses: actions-rs/cargo@v1
|
||||
run: |
|
||||
cargo ci-feature-powerset-check-no-tls
|
||||
cargo ci-feature-powerset-check-openssl
|
||||
cargo ci-feature-powerset-check-rustls
|
||||
|
||||
|
|
Loading…
Reference in New Issue