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 56898d6 commit b52f6b0Copy full SHA for b52f6b0
.github/workflows/enhanced-ci.yml
@@ -512,7 +512,7 @@ jobs:
512
permissions:
513
pull-requests: write
514
contents: read
515
- steps:
+ steps:
516
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
517
- name: Install Rust
518
uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6
.github/workflows/optimized-ci.yml
@@ -183,8 +183,8 @@ jobs:
183
184
- name: Cache target
185
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
186
- with:
187
- path: target
+ with:
+ path: target
188
key: ${{ runner.os }}-target-${{ hashFiles('**/Cargo.lock') }}
189
190
- name: Run partitioned tests
0 commit comments