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 aadb7d6 commit bd58575Copy full SHA for bd58575
.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:
@@ -73,9 +74,10 @@ jobs:
73
74
sudo locale-gen fr_FR.UTF-8
75
sudo update-locale
76
- - name: Install cargo-codspeed
77
- shell: bash
78
- run: cargo install cargo-codspeed --locked
+ - name: Install tools
+ uses: taiki-e/install-action@v2
79
+ with:
80
+ tool: cargo-codspeed
81
82
- name: Build benchmarks for ${{ matrix.package }} (${{ matrix.type }})
83
shell: bash
0 commit comments