Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Swatinem/rust-cache from c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c to 664ce0090f15897beb496f9faf2f88e6908c80c4 #162

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/build-setup
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- name: cargo lint
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 #get all the history!!!
- uses: ./.github/actions/build-setup
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- name: run unit tests
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 #get all the history!!!
- uses: ./.github/actions/build-setup
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- name: run codegen unit tests
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 #get all the history!!!
- uses: ./.github/actions/build-setup
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- name: split tests
Expand Down Expand Up @@ -610,7 +610,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/build-setup
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- name: run crypto unit tests
Expand Down Expand Up @@ -639,7 +639,7 @@ jobs:
# with:
# ref: ${{ github.event.pull_request.head.sha }}
# - uses: ./.github/actions/build-setup
# - uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
# - uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
# with:
# key: ${{ needs.prepare.outputs.changes-target-branch }}
# - name: run coverage tests and verify coverage is calculated.
Expand Down Expand Up @@ -791,7 +791,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/build-setup
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- uses: Swatinem/rust-cache@664ce0090f15897beb496f9faf2f88e6908c80c4
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- run: $pre_command && cargo xcheck -j ${max_threads} --members production
Expand Down