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.
2 parents 8109f94 + 0f94dce commit b1def84Copy full SHA for b1def84
.github/workflows/beta-stable-benchmarks.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
test-stable:
9
name: Test stable benchmarks
10
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
11
steps:
12
- name: Checkout the source code
13
uses: actions/checkout@v4
@@ -32,4 +32,4 @@ jobs:
32
33
- name: Run stable benchmarks
34
run: |
35
- cargo run --bin collector bench_local `rustup +beta which rustc` --category Stable
+ cargo run -p collector --bin collector bench_local `rustup +beta which rustc` --category Stable
0 commit comments