From 5f648db8858915abdfcce7551705d732d5de06ad Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 9 Sep 2023 19:00:41 +0200 Subject: [PATCH] Cache Rust artifacts in CI --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e57de79..5cf8944 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,8 @@ jobs: - name: Install ${{ matrix.rust }} Rust run: rustup default ${{ matrix.rust }} + - uses: Swatinem/rust-cache@v2 + # Verify that features work by themselves # Features should not interfere with each other