Skip to content

Commit

Permalink
ci: try to parallel codspeed
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Feb 20, 2025
1 parent 5f8b7ed commit 78ad19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ jobs:
uses: ./.github/actions/rustup
with:
save-cache: ${{ github.ref_name == 'main' }} # This should be safe because we have nightly building the cache every day
shared-key: build-${{ inputs.target }}-${{ inputs.profile }}
shared-key: build-bench-${{ inputs.target }}-${{ inputs.profile }}

- name: Install cargo-codspeed binary
uses: taiki-e/install-action@54b836426b3fa9aef432e760885ea0419ab50dab # v2
Expand Down

0 comments on commit 78ad19d

Please sign in to comment.