Skip to content

Commit

Permalink
Try using Swatinem/rust-cache@v2.
Browse files Browse the repository at this point in the history
Our `rust` build in CI is currently 7 minutes, hopefully this can help.
  • Loading branch information
lgarron committed Aug 24, 2023
1 parent 32691d6 commit 7480ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- run: make build-rust
- run: make lint-rust
- run: make test-twsearch-cpp-wrapper-cli
Expand Down

0 comments on commit 7480ee8

Please sign in to comment.