Skip to content

Commit

Permalink
Cache all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Oct 16, 2024
1 parent 8dc76a9 commit b57b379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
workspaces: src/rust
cache-all-crates: true # This is necessary because this package uses a feature gate

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
workspaces: src/rust
cache-all-crates: true

- name: Build Rust server
run: |
Expand Down

0 comments on commit b57b379

Please sign in to comment.