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

Commit 6c16c63

Browse files
committed
add caching for CI workflow as well
1 parent 3d87f81 commit 6c16c63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
with:
3737
profile: minimal
3838
components: rustfmt, clippy
39+
# Make sure to use cached compilation objects if they exist.
40+
- uses: Swatinem/rust-cache@v2
3941
- name: Check code format
4042
uses: actions-rs/cargo@v1
4143
with:

.github/workflows/tpch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
fail-on-alert: true
4949
alert-comment-cc-users: "@connortsui20"
5050
# Push to dedicated benchmark result repository.
51-
gh-repository: "https://github.com/cmu-db/optd-benchmark"
51+
gh-repository: "github.com/cmu-db/optd-benchmark"

0 commit comments

Comments
 (0)