Skip to content

Commit 42e0a18

Browse files
d-e-s-odanielocfb
authored andcommitted
Enable Rust artifact caching for test-32bit CI job
Enable caching of Rust build artifacts for the test-32bit CI job. It seems one of the slower jobs now, given that most others already use caching. Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent 48014fd commit 42e0a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ jobs:
378378
- uses: dtolnay/rust-toolchain@stable
379379
with:
380380
targets: "i686-unknown-linux-gnu"
381+
- uses: Swatinem/rust-cache@v2
381382
- run: cargo check --target x86_64-unknown-linux-gnu --package=blazesym-dev --features=generate-unit-test-files
382383
- name: Install development dependencies
383384
run: |

0 commit comments

Comments
 (0)