Skip to content

Commit 19ece4e

Browse files
ci: cache benchmark executable
1 parent 0dcf95f commit 19ece4e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,15 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v3
69-
- uses: moonrepo/setup-rust@v1
69+
70+
- name: 'Install rust-toolchain.toml'
71+
run: rustup toolchain install
72+
- uses: Swatinem/rust-cache@v2
73+
- name: Install cargo codspeed
74+
uses: taiki-e/install-action@v2
7075
with:
71-
bins: cargo-codspeed
76+
tool: cargo-codspeed
77+
7278
- name: Build benchmarks
7379
run: cargo codspeed build -p runner-shared
7480
- name: Run benchmarks

0 commit comments

Comments
 (0)