Skip to content

Commit 973b3c6

Browse files
committed
chore: add rust toolchain
1 parent 8a29953 commit 973b3c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version-file: .nvmrc
2323
- run: pnpm install --frozen-lockfile --prefer-offline
2424
- run: pnpm moon run :build
25-
25+
- uses: dtolnay/rust-toolchain@stable
2626
- name: Run benchmarks
2727
# use version from `main` branch to almainways test the latest version, in real projects, use a tag, like `@v2`
2828
uses: CodSpeedHQ/action@chore/runner-branch
@@ -54,6 +54,7 @@ jobs:
5454
- run: pnpm install --frozen-lockfile --prefer-offline
5555
- run: pnpm moon run :build
5656

57+
- uses: dtolnay/rust-toolchain@stable
5758
- name: Run benchmarks
5859
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
5960
uses: CodSpeedHQ/action@chore/runner-branch

0 commit comments

Comments
 (0)