From d484750310897e347625124c2ec7af2bca59c110 Mon Sep 17 00:00:00 2001 From: Kornel Date: Tue, 7 Mar 2023 16:41:53 +0000 Subject: [PATCH] Try sparse registry, take 3 --- .github/workflows/cargo.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index fb0ee84a..f2d91ec2 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -1,5 +1,8 @@ name: CI +env: + CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse + on: push: pull_request: @@ -16,8 +19,7 @@ jobs: strategy: matrix: rust: - - stable - - nightly + - beta runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -29,3 +31,6 @@ jobs: - uses: actions-rs/cargo@v1 with: command: test + - uses: actions-rs/cargo@v1 + with: + command: test --all-features