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 6957fb6 + 2ef3d18 commit 0f8c8d6Copy full SHA for 0f8c8d6
.github/workflows/build.yml
@@ -228,7 +228,7 @@ jobs:
228
benchmark:
229
runs-on: ubuntu-latest
230
env:
231
- TOOLCHAIN: nightly
+ TOOLCHAIN: stable
232
steps:
233
- name: Checkout source code
234
uses: actions/checkout@v3
@@ -273,7 +273,7 @@ jobs:
273
cd ..
274
- name: Run benchmarks on Rust ${{ matrix.toolchain }}
275
run: |
276
- cargo bench --features _bench_unstable
+ RUSTC_BOOTSTRAP=1 cargo bench --features _bench_unstable
277
278
check_commits:
279
0 commit comments