Enable sparse registry in CI (#285)

This commit is contained in:
Félix Saparelli 2022-08-06 22:07:24 +12:00 committed by GitHub
parent 5748fd6cf3
commit 68d3ab56f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ on:
env:
CARGO_TERM_COLOR: always
CARGO_UNSTABLE_SPARSE_REGISTRY: "true"
jobs:
build:

View file

@ -8,6 +8,7 @@ on:
env:
CARGO_TERM_COLOR: always
CARGO_UNSTABLE_SPARSE_REGISTRY: "true"
jobs:
test: