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 b931575 commit 7b3cc40
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 @@ -378,7 +378,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-codspeed-${{ inputs.target }}-${{ inputs.profile }}
shared-key: build-${{ inputs.target }}-${{ inputs.profile }}

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

0 comments on commit 7b3cc40

Please sign in to comment.