Skip to content

Add support for downloading the sparse index config #303

Add support for downloading the sparse index config

Add support for downloading the sparse index config #303

Workflow file for this run

name: CI
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
on:
push:
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
rust:
- stable
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
command: test
args: --features=git-performance,git-https --release
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-targets --no-default-features