Skip to content

Commit

Permalink
cache build
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Feb 29, 2024
1 parent 6cd549e commit 2466515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
toolchain: stable
targets: ${{ matrix.target }}
- uses: Swatinem/rust-cache@v2
- run: cargo build --target ${{ matrix.target }}
- run: cargo test
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:
with:
toolchain: stable
targets: ${{ matrix.target }}
- uses: Swatinem/rust-cache@v2
- run: cargo build --target ${{ matrix.target }}
- run: cargo test
if: ${{ matrix.target == 'x86_64-apple-darwin' }}
Expand Down

0 comments on commit 2466515

Please sign in to comment.