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 d484750
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 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,6 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
- uses: actions-rs/cargo@v1
with:
command: test --all-features

0 comments on commit d484750

Please sign in to comment.