Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddb95f5

Browse files
authored
Use sparse protocol in bench (pyca#8599)
1 parent e565402 commit ddb95f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ concurrency:
1212
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
1313
cancel-in-progress: true
1414

15+
env:
16+
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
17+
1518
jobs:
1619
benchmark:
1720
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)