Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
add cache for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liulifox233 committed Nov 28, 2024
1 parent 8e29489 commit e6382cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: Swatinem/rust-cache@v2
- name: Check
run: cargo check --verbose
- name: Run tests
Expand Down

0 comments on commit e6382cf

Please sign in to comment.