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 f7a52f691454d93c6ce0dff6666a5cb399b8d06e #11072

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
12 changes: 6 additions & 6 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/build-setup
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- uses: Swatinem/rust-cache@f7a52f691454d93c6ce0dff6666a5cb399b8d06e
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- name: cargo lint
Expand Down Expand Up @@ -510,7 +510,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@f7a52f691454d93c6ce0dff6666a5cb399b8d06e
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- name: run unit tests
Expand Down Expand Up @@ -553,7 +553,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@f7a52f691454d93c6ce0dff6666a5cb399b8d06e
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- name: run codegen unit tests
Expand Down Expand Up @@ -749,7 +749,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/build-setup
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- uses: Swatinem/rust-cache@f7a52f691454d93c6ce0dff6666a5cb399b8d06e
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- name: run crypto unit tests
Expand Down Expand Up @@ -778,7 +778,7 @@ jobs:
# with:
# ref: ${{ github.event.pull_request.head.sha }}
# - uses: ./.github/actions/build-setup
# - uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
# - uses: Swatinem/rust-cache@f7a52f691454d93c6ce0dff6666a5cb399b8d06e
# with:
# key: ${{ needs.prepare.outputs.changes-target-branch }}
# - name: run coverage tests and verify coverage is calculated.
Expand Down Expand Up @@ -935,7 +935,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/build-setup
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- uses: Swatinem/rust-cache@f7a52f691454d93c6ce0dff6666a5cb399b8d06e
with:
key: ${{ needs.prepare.outputs.changes-target-branch }}
- run: $pre_command && cargo xcheck -j ${max_threads} --members production
Expand Down
Loading