Skip to content

Commit

Permalink
build: attempt to improve CI caching
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Apr 25, 2024
1 parent eabeb9d commit c5bd2c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
with:
toolchain: stable
- uses: swatinem/rust-cache@v2
with:
workspaces: |
mm-server
mm-client
mm-protocol
- uses: actions/checkout@v2

- name: server cargo clippy
Expand Down

0 comments on commit c5bd2c6

Please sign in to comment.