mirror of
https://github.com/actix/actix-web.git
synced 2024-11-13 04:11:09 +00:00
use sparse registry in CI
This commit is contained in:
parent
b62f1b4ef7
commit
987067698b
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ci-post-merge.yml
vendored
11
.github/workflows/ci-post-merge.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
CI: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
VCPKGRS_DYNAMIC: 1
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -86,6 +87,11 @@ jobs:
|
|||
ci_feature_powerset_check:
|
||||
name: Verify Feature Combinations
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
CI: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -119,6 +125,11 @@ jobs:
|
|||
nextest:
|
||||
name: nextest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
CI: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
Loading…
Reference in a new issue