Skip to content

Commit

Permalink
add caching for CI workflow as well
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Dec 18, 2024
1 parent 3d87f81 commit 6c16c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
with:
profile: minimal
components: rustfmt, clippy
# Make sure to use cached compilation objects if they exist.
- uses: Swatinem/rust-cache@v2
- name: Check code format
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
fail-on-alert: true
alert-comment-cc-users: "@connortsui20"
# Push to dedicated benchmark result repository.
gh-repository: "https://github.com/cmu-db/optd-benchmark"
gh-repository: "github.com/cmu-db/optd-benchmark"

0 comments on commit 6c16c63

Please sign in to comment.