We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1297c9 commit 30ac716Copy full SHA for 30ac716
1 file changed
.github/workflows/codspeed.yaml
@@ -31,11 +31,6 @@ jobs:
31
uses: actions/checkout@v6
32
with:
33
persist-credentials: false
34
- - name: Stable Rust Override
35
- run: cp .github/rust-toolchain.toml .
36
- - name: Install Rust
37
- run: |
38
- rustup target add wasm32-unknown-unknown
39
- name: Install TSC
40
run: npm install -g typescript
41
- name: Update Node.js
@@ -48,6 +43,12 @@ jobs:
48
43
client
49
44
host
50
45
common/wcodspeed
46
+ - name: Stable Rust Override
47
+ run: cp .github/rust-toolchain.toml .
+ - name: Install Rust
+ run: |
+ rustup self update
51
+ rustup target add wasm32-unknown-unknown
52
- name: Run client benchmarks
53
working-directory: client
54
run: cargo bench --workspace
0 commit comments