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 4904766 commit caf4c45Copy full SHA for caf4c45
.github/workflows/benchmarks.yml
@@ -1,6 +1,7 @@
1
name: Benchmarks
2
3
-# spell-checker:ignore codspeed dtolnay Swatinem sccache
+# spell-checker:ignore (people) dtolnay Swatinem taiki-e
4
+# spell-checker:ignore (misc) codspeed sccache
5
6
on:
7
pull_request:
@@ -74,9 +75,10 @@ jobs:
74
75
sudo locale-gen fr_FR.UTF-8
76
sudo update-locale
77
- - name: Install cargo-codspeed
78
- shell: bash
79
- run: cargo install cargo-codspeed --locked
+ - name: Install tools
+ uses: taiki-e/install-action@v2
80
+ with:
81
+ tool: cargo-codspeed
82
83
- name: Build benchmarks for ${{ matrix.package }} (${{ matrix.type }})
84
shell: bash
0 commit comments