We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcf95f commit 19ece4eCopy full SHA for 19ece4e
1 file changed
.github/workflows/ci.yml
@@ -66,9 +66,15 @@ jobs:
66
runs-on: ubuntu-latest
67
steps:
68
- uses: actions/checkout@v3
69
- - uses: moonrepo/setup-rust@v1
+
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
75
with:
- bins: cargo-codspeed
76
+ tool: cargo-codspeed
77
78
- name: Build benchmarks
79
run: cargo codspeed build -p runner-shared
80
- name: Run benchmarks
0 commit comments