Skip to content

Commit 10f0601

Browse files
committed
Only save cache for std
1 parent e248745 commit 10f0601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
submodules: true
2525

2626
- uses: Swatinem/rust-cache@v2
27+
with:
28+
save-if: ${{ matrix.features == 'std' }}
2729

2830
- name: Run tests
2931
run: cargo test --no-default-features --features ${{ matrix.features }}

0 commit comments

Comments
 (0)