We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc95d7 commit 179644aCopy full SHA for 179644a
.github/workflows/ecosystem-benchmark.yml
@@ -24,6 +24,9 @@ permissions:
24
# Allow commenting on pull requests
25
pull-requests: write
26
27
+env:
28
+ # we are going to build release profile for benchmark
29
+ CARGO_INCREMENTAL: 1
30
jobs:
31
build:
32
name: Test Linux
.github/workflows/reusable-build-build.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Install Rust Toolchain
65
uses: ./.github/actions/rustup
66
with:
67
- key: ${{ inputs.target }}-${{ inputs.profile }}
+ key: ${{ inputs.target }}-${{ inputs.profile }}-pshu-${{ inputs.prefer_docker == 'true' && 'docker' || 'native' }}
68
# don't need use cache in self-hosted windows; benefits of build with cargo build are wasted by cache restore
69
save-if: true
70
0 commit comments