Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78838b6

Browse files
chore(deps): bump the patch group with 12 updates (tailcallhq#1458)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amit Singh <[email protected]>
1 parent 61e35e3 commit 78838b6

3 files changed

Lines changed: 188 additions & 129 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
toolchain: stable
4848
- name: Install nextest
4949
run: cargo install cargo-nextest --locked
50+
- name: Cache Rust dependencies
51+
uses: Swatinem/rust-cache@v2
52+
with:
53+
cache-all-crates: 'true'
5054
- name: Cargo Nextest
5155
run: cargo nextest run --all-features --workspace
5256
lint:

0 commit comments

Comments
 (0)