Skip to content

Commit

Permalink
Try sparse registry, take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Mar 7, 2023
1 parent 748a7b3 commit 5f87af3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

on:
push:
pull_request:
Expand All @@ -16,8 +19,7 @@ jobs:
strategy:
matrix:
rust:
- stable
- nightly
- beta
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -29,3 +31,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: test

0 comments on commit 5f87af3

Please sign in to comment.